SHOW:
|
|
- or go back to the newest paste.
1 | - | <div> |
1 | + | <?php wp_dropdown_categories('show_option_all=All Deployments&show_count=1&hierarchical=1'); ?> |
2 | - | <?php wp_dropdown_categories('show_option_all=All Deployments&show_count=1&hierarchical=1'); ?> |
2 | + | <input type="submit" name="submit" value="view" /> |
3 | - | <input type="submit" name="submit" value="view" /> |
3 | + | <store value from wp_dropdown_categories> |
4 | - | </div> |
4 | + | |
5 | <?php limit query to stored dropdown value ?> | |
6 | <?php if ( have_posts() ): while ( have_posts() ) : the_post(); ?> |