Change search bar to be like indeed.com !!
-
I’d like to change the default wordpress search to be like this site : https://www.indeed.com which shows , What & Where.
this is my Searchform.php code
<form role=”search” method=”get” class=”searchform” action=”<?php echo home_url(‘/’); ?>”> <div> <input type=”text” onfocus=”if (this.value == ‘Search’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Search’;}” value=”Search” name=”s” id=”s” /> <input type=”submit” id=”searchsubmit” value=”” /> </div> </form> <div class=”clear”></div>
and this is its code in header.php
<div class=”search”> <?php get_search_form(); ?> </div> </div> </div> </div> <div class=”clear”></div> </div> </div>
this is my site :
Can anybody help ??
Thanks
- The topic ‘Change search bar to be like indeed.com !!’ is closed to new replies.