• Resolved liu11nan

    (@liu11nan)


    I installed a theme and after it was actived, “Properties” was showed on the left menu.
    Like “post->add new;post->categories”, there are “Properties->add new Properties->location,Properties->Properties type”,etc..

    Click “Properties->add new”, “location” and “Properties type” parts are showed just below the “publish” part.

    My problem is that I want to modify the “location”,”Properties type” part, however, I couldn’t find the codes of the part in the files in the theme folder.

    I tried some ways, searched “properties type” in the files as a keyword and <div id..>, but I didn’t find it..I think it is just because of my poor knowledge of wordpress..Hope someone here can help me with this..
    You will be appreciated.. Thank you~!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You may need to provide more info about what theme you’re using.
    Try to find code in functions.php in theme folder

    If you really can’t find the code, try to check database wp_postmeta

    Thread Starter liu11nan

    (@liu11nan)

    Thank you, Chanon~!
    The theme is Estate_v1.2.4.
    I didnot give the name because I thought there are many similar themes and the codes of structer are similar.

    I took a look at wp_postmeta. I didn’t know the relations between the codes and the table in wp_postmeta..Would you please give me more instructions. Appreciate that~! Thank you~!

    The codes in the functions.php are like the followings, I checked all the files mentioned, admin-init.php,theme-options.php,ect..but not find..

    <?php

    /*———————————————————————————–*/
    /* Start WooThemes Functions – Please refrain from editing this section */
    /*———————————————————————————–*/
    // Set path to WooFramework and theme specific functions
    $functions_path = TEMPLATEPATH . ‘/functions/’;
    $includes_path = TEMPLATEPATH . ‘/includes/’;

    // WooFramework
    require_once ($functions_path . ‘admin-init.php’); // Framework Init

    // Theme specific functionality
    require_once ($includes_path . ‘theme-options.php’); // Options panel settings and custom settings
    require_once ($includes_path . ‘theme-functions.php’); // Custom theme functions
    require_once ($includes_path . ‘theme-plugins.php’);
    ….
    ….

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s vendors.
    http://www.woothemes.com/support/

    Thread Starter liu11nan

    (@liu11nan)

    Thank you~! I sloved it. Just changed “hierarchical” from “false” to “true”.. Not only hierarchical showed up, but also some changes that I want showed up automatically.

    Thank you~!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A theme with Properties->add new,want to find the code of this..’ is closed to new replies.