Title: WP Nav Menu Bug
Last modified: August 21, 2016

---

# WP Nav Menu Bug

 *  Resolved [AltMode](https://wordpress.org/support/users/altmode/)
 * (@altmode)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/wp-nav-menu-bug/)
 * Having an issue with the wp_nav_menu in 3.8. I have created some side menus to
   use within sidebars in my templates but even though there are 4 separate menus
   it keeps pulling the same menu in to all four. The main menu works fine but these
   secondary nav’s are an issue.
 *     ```
       wp_nav_menu( array(
                     'menu'            => 'business',
                     'container_class' => 'subnav',
                     'menu_class'      => 'nav pull-left',
                     'fallback_cb'     => 'wp_page_menu',
                     'menu_id' => 'business',
                     'walker' => new Bootstrapwp_Walker_Nav_Menu()
                 ) );
       ```
   
 * That is one of the blocks of code I am using but the menu it is actually pulling
   in on the actual page is not the same one assigned in the CMS.
 * Anyone else ever had issues pulling nav menus in to templates?

The topic ‘WP Nav Menu Bug’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [AltMode](https://wordpress.org/support/users/altmode/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/wp-nav-menu-bug/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
