Home Forums Theme support Eastend theme – country field needs to be state

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hello,

    My client, and myself, are both in the US.

    I just purchased and installed this theme, and the search select box shows “Choose Country” and needs to be “Choose State”.

    The fields when editing/adding the pages/posts show “Countrys” in the right column and needs to be “States”.

    How would this be done?

    Hi,

    thank you for using our theme. Please open the file “sevenleague.po” in the “languages” folder with a text editor and search the words “Choose Country” (Normally it’s line 82) and change it to “Choose State”.

    For the “Countrys” in admin please open the file “posttype-real-estate.php” in the folder “7league”, go to line 31 and change this:

    register_taxonomy(“estatecountry”, array(“estate”), array(“hierarchical” => true, “label” => “Countrys”, “singular_label” => “Countrys”, “rewrite” => true));

    to this:

    register_taxonomy(“estatecountry”, array(“estate”), array(“hierarchical” => true, “label” => “States”, “singular_label” => “States”, “rewrite” => true));

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.