Created
March 23, 2013 05:43
-
-
Save spencejs/5226613 to your computer and use it in GitHub Desktop.
Search Form For Specific Category
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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