• I want to change the SEARCH FOR text to the left of the search box widget but I cannot for the life of me find the code that generates this feature. Can someone please send me in the right direction?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Should be in sidebar.php, but post your site URL if you want people to look at it.

    Themes could differ here but you should have a file called searchform.php. This file contains all the code for the entire search form which is used by the search widget. The code you are looking for is:

    <?php _e('Search for:'); ?>

    Replace the words ‘Search for’ with whatever you require. Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search’ is closed to new replies.