Title: Creating drop down menu
Last modified: August 19, 2016

---

# Creating drop down menu

 *  [michellelow](https://wordpress.org/support/users/michellelow/)
 * (@michellelow)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/creating-drop-down-menu/)
 * I cant seem to find a way to create the drop link in the navigation section (
   as shown in the demo site). Any idea?
 * ~Mich

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

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/creating-drop-down-menu/#post-1544418)
 * 1) Start with a theme that has dropdown nav built in
 * 2) In the Dashboard, assign the main nav page as the Parent on the pages you 
   want as items on the dropdown nav. You do that in the “Parent” dropdown in the
   Attributes section when you are editing a page. (Can also be changed in Quick
   Edit).
 * That’s really all that’s necessary.
 *  Thread Starter [michellelow](https://wordpress.org/support/users/michellelow/)
 * (@michellelow)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/creating-drop-down-menu/#post-1544510)
 * Hi Stvwif,
 * I tried that with twenty ten, it doesnt seem to work!!! strange.
 *  [YOUAREtehSCENE](https://wordpress.org/support/users/youaretehscene/)
 * (@youaretehscene)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/creating-drop-down-menu/#post-1544519)
 *     ```
       <li id="categories">
       	<h2><?php _e('Band List'); ?></h2>
       	<form action="<?php bloginfo('url'); ?>/" method="get">
       <?php
       	$select = wp_dropdown_categories('show_option_none=Go Steal!!!&show_count=1&orderby=name&echo=0');
       	$select = preg_replace("#<select([^>]*)>#", "<select$1 onchange='return this.form.submit()'>", $select);
       	echo $select;
       ?>
       	<noscript><input type="submit" value="View" /></noscript>
       	</form>
       </li>
       ```
   
 * That’s what I uesd
 * [http://i46.tinypic.com/2wp81ao.jpg](http://i46.tinypic.com/2wp81ao.jpg)
    [http://i50.tinypic.com/qn2rs0.jpg](http://i50.tinypic.com/qn2rs0.jpg)
 *  [trescinema](https://wordpress.org/support/users/trescinema/)
 * (@trescinema)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/creating-drop-down-menu/#post-1544851)
 * Did it work out in the end? I have the same problem.
 * where would you add your content YOUAREtehSCENE?
 * [http://www.trescinema.com](http://www.trescinema.com)
 * It is really annoying that I can’t make it work

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

The topic ‘Creating drop down menu’ is closed to new replies.

## Tags

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

 * 4 replies
 * 4 participants
 * Last reply from: [trescinema](https://wordpress.org/support/users/trescinema/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/creating-drop-down-menu/#post-1544851)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
