wp_dropdown_categories
-
<form action="<?php bloginfo('url'); ?>" method="get"> <div> <?php wp_dropdown_categories('show_count=1&hierarchical=1&include=7, 28,31'); ?> <input type="submit" name="submit" value="view" /> </div> </form>
Is there a way to add more links manually to this code?
- The topic ‘wp_dropdown_categories’ is closed to new replies.