Forum Replies Created

Viewing 1 replies (of 1 total)
  • Here is an example of what I implemented:

    <form action="<?php bloginfo('url'); ?>" method="get">
    <?php wp_dropdown_categories('orderby=name&include=1,13,24,17,16,26,15,22,23,25,21,20&hierarchical=1'); ?>
    <input type="submit" name="submit" class="submit" value="View" />
    </form>

Viewing 1 replies (of 1 total)