Title: Dropdown Category
Last modified: August 20, 2016

---

# Dropdown Category

 *  [aimkbe](https://wordpress.org/support/users/aimkbe/)
 * (@aimkbe)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/dropdown-category/)
 * to create a drop down category i i must us ‘<?php wp_dropdown_categories( $args);?
   >’
 * But, the problem im having is, all the categories that are posted are in the 
   drop down. I only want a couple.
 * How do i achieve this?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/dropdown-category/#post-2651287)
 * try to use the ‘include’ parameter even if it is not explicitely mentioned in
   the codex; [http://codex.wordpress.org/Function_Reference/wp_dropdown_categories](http://codex.wordpress.org/Function_Reference/wp_dropdown_categories)
 * example:
 *     ```
       <?php wp_dropdown_categories( array('include' => array(3, 5, 9, 152)) ); ?>
       ```
   
 *  Thread Starter [aimkbe](https://wordpress.org/support/users/aimkbe/)
 * (@aimkbe)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/dropdown-category/#post-2651324)
 * Thank you I will try it out.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dropdown Category’ is closed to new replies.

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [aimkbe](https://wordpress.org/support/users/aimkbe/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/dropdown-category/#post-2651324)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
