Skip to content

Instantly share code, notes, and snippets.

@antoniofrignani
Created June 4, 2012 09:45
Show Gist options
  • Save antoniofrignani/2867522 to your computer and use it in GitHub Desktop.
Save antoniofrignani/2867522 to your computer and use it in GitHub Desktop.
[WP] - Search category with dropdown
<form role="search" method="get" id="searchform" action="<?php bloginfo('siteurl'); ?>">
<div>
<label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
in <?php wp_dropdown_categories( 'show_option_all=All Categories' ); ?>
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment