Title: Drop-down category navigation
Last modified: August 20, 2016

---

# Drop-down category navigation

 *  [hboytaiwan](https://wordpress.org/support/users/hboytaiwan/)
 * (@hboytaiwan)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/drop-down-category-navigation/)
 * Hello Guys, i need help to create a drop-down menu navigation for my sub-categories.
 * here’s the part from header.php i think i need to code, but i don’t know how 
   to make it right.
 *     ```
       "<div id="menu_container">
   
           <!--
               <ul class="pages_menu">
   
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Blog</a></li>
       <li><a href="#">Contact</a></li>
               -->
               <?php wp_nav_menu('menu=header_menu&container=false&menu_class=pages_menu'); ?>
   
               <!--
               <ul class="cat_menu">
   
       <li><a href="#">WebDesign</a></li>
       <li><a href="#">Graphics</a></li>
       <li><a href="#">Print</a></li>
       <li><a href="#">Posters</a></li>
               -->
               <?php wp_nav_menu('menu=category_menu&container=false&menu_class=cat_menu'); ?>                
   
               <div class="clear"></div>
   
           </div><!--//menu_container-->"
       ```
   
 * from the “wp_nav_menu(‘menu=category_menu&container=false&menu_class=cat_menu’);?
   > ” i’m sure i can do some coding with it and make it find my sub-category and
   make a dropdown menu.
 * thanks for help!
 * if you need more clue, please visit the site, you will know better why i need
   a drop down menu! [http://hxxa.info](http://hxxa.info)

Viewing 1 replies (of 1 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/drop-down-category-navigation/#post-3181758)
 * You’ll need to go to the vendor/developer for help with that theme — as commercial
   themes are not supported here. These forums support themes that are listed on
   the site here:
 * [http://wordpress.org/extend/themes/](http://wordpress.org/extend/themes/)

Viewing 1 replies (of 1 total)

The topic ‘Drop-down category navigation’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/drop-down-category-navigation/#post-3181758)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
