Search Bar Fix
-
This bugged me.. But if you want to keep the search bar from displaying “type keyword here…” every time (even when you search!) then go to the blue black plugin folder and edit the searchform.php file.
Replace this:
value="type keyword here ...<?php the_search_query(); ?>"
With this:
value="<?php if(isset($_GET['s'])){the_search_query();}if(!isset($_GET['s'])){echo "Search . . .";} ?>"
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Search Bar Fix’ is closed to new replies.