Created
June 24, 2015 14:43
-
-
Save kellenmace/8421c08ff77168a863a5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 id="service-category-select" class="service-category-select" action="<?php echo esc_url( home_url( '/service-category/' ) ); ?>" method="get"> | |
<?php wp_dropdown_categories( array( | |
'orderby' => 'NAME', | |
'taxonomy' => 'service_category', | |
) ); ?> | |
<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