Advertisement
Guest User

Search Code

a guest
May 4th, 2012
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.56 KB | None | 0 0
  1. <form method="get" id="searchform" action="<?php echo home_url(); ?>">
  2.     <input type="text" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Search...':this.value;" value="Search..." name="s" id="s" />
  3.     <?php wp_dropdown_categories('name=product_cat&taxonomy=product_cat&child_of=15&id=make&show_option_all=Select Make...'); ?>
  4.     <?php wp_dropdown_categories('name=product_cat&taxonomy=product_cat&child_of=21&id=model&show_option_all=Select Model...'); ?>
  5.     <input type="submit" id="searchsubmit" value="Search" />
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement