Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 23, 2013 05:43
Show Gist options
  • Save spencejs/5226613 to your computer and use it in GitHub Desktop.
Save spencejs/5226613 to your computer and use it in GitHub Desktop.
Search Form For Specific Category
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
<input type="hidden" name="cat" value="22" />
<input type="submit" id="searchsubmit" value="Search" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment