SEARCH BAR
-
I want to add a search bar to JUST ONE page.
<form method=”get” id=”searchform” action=”<?php bloginfo(‘url’); ?>/”>
<input type=”text” onfocus=”if(this.value==’Search here’) this.value=”;” onblur=”if(this.value==”) this.value=’Search here’;” value=”Search here” name=”s” id=”s” />
</form>that is the search form.php.
If i put it in the page.php template it will appear on all pages.
Help!?
Thanks so much.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘SEARCH BAR’ is closed to new replies.