Title: Pages dropdown menu
Last modified: August 19, 2016

---

# Pages dropdown menu

 *  [G Zuz](https://wordpress.org/support/users/g-zuz/)
 * (@g-zuz)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/pages-dropdown-menu-1/)
 * Hi guys!
    I’m sorry if my question was already discussed somewhere here, but 
   I haven’t found it.
 * I’m a total newbie in WordPress, hence, my question is absolutely “newbiesh” 
   😉
 * How do I make a page-dropdown menu?
    I am currently using the “Nursena” theme
   and my page menu it looks like this – [http://alumni.pp.ua/](http://alumni.pp.ua/)(
   in the very top of it, the “Alumni group” section). I’ve tried to create a dropdown
   menu just like in the categories (“The Club” f.e.), but the result is always 
   that one – a horizontal non-dynamic menu of subpages.
 * In the header I have the following code –
 *     ```
       <div id="wrapper">
       		<div id="container" class="container">
                   <div class="span-24">
       				<div class="span-22">
       					<div id="pagemenucontainer">
       						<?php
                           if(function_exists('wp_nav_menu')) {
                               wp_nav_menu( 'depth=1&theme_location=menu_1&menu_id=pagemenu&container=&fallback_cb=menu_1_default');
                           } else {
                               menu_1_default();
                           }
   
                           function menu_1_default()
                           {
                               ?>
                               <ul id="pagemenu">
           						<li <?php if(is_home()) { ?> class="current_page_item" <?php } ?>><a href="<?php echo get_option('home'); ?>/">Home</a></li>
   
       <?php wp_list_pages('depth=0&exclude=0&hide_empty=0&orderby=name&show_count=0&use_desc_for_title=1&title_li='); ?>
       </ul>
                               <?php
                           }
                       ?>
       					</div>
       				</div>
       ```
   
 * Any suggestions?
    I will be indescribably grateful for any assistance and advice.
   Sincerely yours, G Zuz

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

 *  Thread Starter [G Zuz](https://wordpress.org/support/users/g-zuz/)
 * (@g-zuz)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/pages-dropdown-menu-1/#post-1901136)
 * Hey, people!
 * I would be really thankful for some help 😉
 *  Thread Starter [G Zuz](https://wordpress.org/support/users/g-zuz/)
 * (@g-zuz)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/pages-dropdown-menu-1/#post-1901142)
 * “Ple-e-ease, don’t leave me… Da-dara-da-da…” (c) Pink
 *  [psheld](https://wordpress.org/support/users/psheld/)
 * (@psheld)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/pages-dropdown-menu-1/#post-1901229)
 * The easiest approach is to pick a theme that has the features you require. IMHO,
   there are many things wrong / not right with your current theme, not just on 
   the menu front.
 * May I recommend any and all themes by WooThemes. These guys were so good on the
   menu front that WordPress 3’s approach to menus is based on WooThemes’ work.
 * You might like this article on the topic of free WP themes: [http://bit.ly/eFVVRu](http://bit.ly/eFVVRu)

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

The topic ‘Pages dropdown menu’ is closed to new replies.

## Tags

 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [psheld](https://wordpress.org/support/users/psheld/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/pages-dropdown-menu-1/#post-1901229)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
