Advertisement
cw17s0n

Untitled

Nov 8th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php wp_dropdown_categories('show_option_all=All Deployments&show_count=1&hierarchical=1'); ?>
  2. <input type="submit" name="submit" value="view" />
  3. <store value from wp_dropdown_categories>
  4.  
  5. <?php limit query to stored dropdown value ?>
  6. <?php if ( have_posts() ): while ( have_posts() ) : the_post(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement