Advertisement
Guest User

My Code

a guest
Apr 27th, 2012
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 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.     <input type="hidden" name="post_type" value="product" />
  4.     <?php wp_dropdown_categories('taxonomy=product_cat&id=make&child_of=15&show_option_all=Select Make...'); ?>
  5.     <?php wp_dropdown_categories('taxonomy=product_cat&id=model&child_of=21&show_option_all=Select Model...'); ?>
  6.     <input type="submit" id="searchsubmit" value="Search" />
  7. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement