Skip to content

Instantly share code, notes, and snippets.

@kellenmace
Created June 24, 2015 16:45
Show Gist options
  • Save kellenmace/4a5c53eb5e526fef0db0 to your computer and use it in GitHub Desktop.
Save kellenmace/4a5c53eb5e526fef0db0 to your computer and use it in GitHub Desktop.
<form id="service-category-select" class="service-category-select" action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get">
<?php wp_dropdown_categories( array(
'orderby' => 'NAME',
'taxonomy' => 'service_category',
'value_field' => 'term_id'
) ); ?>
<input type="submit" name="submit" value="view" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment