Thanks to help from @Milo, I was able to figure it out. It had to do with the 'theme_location' => 'main_nav_primary'
line in the wp_nav_menu
function call in the header. In functions.php
, the primary menu was just registered as primary
so I had to change the function call to 'theme_location' => 'primary'
.
I find it odd that the master site still served the correct menu with this discrepancy, but I’m going to assume there is some option or filter that made that happen and try to figure out which.
Related Posts:
- Add an extra field to the navigation menu box?
- two different separate sections on the same site
- How to add a menu that belongs to parent blog to all child-blogs?
- Conditional Nav Menu Inside Nav Menu Across Multisite Sites
- Is there an easy way to replace a custom menu link with a page or post?
- Add Javascript to WordPress Menu
- How to modify navigation menu of the “My Account” page in WooCommerce
- Custom ID for certain menu item?
- Add data-icon input to WordPress custom menu links
- How to get a different mobile menu than desktop menu in the twentytwelve child theme
- How to highlight the right item in the navbar
- HTML Bootstrap navigation menu to WordPress menu using wp_nav_menu
- WordPress Export Import Site Navigation Menu
- Bar separated navigation by extending Walker_Nav_Menu
- Replace menu tag with tag
- How to style current page menu item when using a walker
- Number of items in a menu
- How do i style the current menu anchor link’s parent anchor link? [closed]
- Does the menu item ID ever change?
- Hide and show menu subpages
- BuddyPress – How to add logout in nav menu
- How to add a parameter to links in the nav menu?
- Nav Walker current menu item not displaying
- Page-Linking Structure
- Navigation (wp_nav_menu) refuses to nest within parent element
- Add custom menu item metabox in Navigation Settings
- Get admin menu link
- wp_nav_menu including Skype URL
- Hide Menu Unless Logged In
- How to have two menus using Bootstrap nav walker?
- switch_to_blog() and wp_nav_menu() not functioning properly
- echo same menu items across multi-site platform
- How to change theme header to support multiple nav menus?
- Menus don’t appear in admin area / WordPress Multisite
- Display menu locations in all sites of a multi site
- Making a navigation header menu with bulma, need some advice
- WordPress menu link not working
- How to have the Header show different content on different pages?
- walker – 0 level on submenu formatting
- Determine the last child of the parent menu WP Nav Walker
- Navigation doesn’t render when wp is hosted
- wp_nav_menu() doesn’t work
- Remove nav menu item by script
- Make a navigation menu in the same post [duplicate]
- Create subpages in default WordPress menu
- Does is_child() exist in wp 3.5.1?
- Redirect to another page using contact form 7? [closed]
- Get menus created with menu editor?
- Add span in top menu item with nested itens
- How to create a menu with pages and post categories?
- remove specific classes from menu items
- Missunderstanding of WordPress menus
- How to add schema.org SiteNavigationElement and property URL to navbar?
- how to remove description from menu buttons?
- How to buid wordpress menu with auto width sub-menu items in dropdown menu without any items sharing one line [closed]
- set certain item in nav walker to active when on archive pages or singles
- wp_nav_menu() | Outputting my own custom code using built in features
- Remove a class from a using Walker
- The cart, checkout, and shop links not getting removed
- Make two bootstrap menus collapse into one dropdown
- Switch an entire nav menu if user is logged in
- wp_bootstrap_navwalker Fatal Error
- WordPress functions.php does not affect the theme menus
- Display Menu Navigation Label
- Menu is not displaying on the site navigation [closed]
- Wp Nav Menu div containers
- Costum walker with sub menu item count
- Updated WordPress, now Navigation is Messed Up
- creating a dynamic menu in wordpress
- How do I add 3rd level of dropdowns to wp_nav_menu array?
- Possible to append class to nav menu added to widget area?
- need help in wordpress navbar setup
- Can I now add a class in the anchor of my menu item with WordPress 5.4?
- WordPress + Bootstrap: Replace primary navigation menu on mobile?
- Multisite Setup – Menu Items To Reference Pages in Different Subdomains
- Multi-Level Nav Bar
- Navbar is hidden behind carousel when using wp-boostrap-navwalker
- Change markup for just 2nd list element in custom Walker menu
- Additional CSS for the nav menu
- Put two menus in the same location
- display cart information within li of cart menu item
- Add data-track to links in menu
- Show navigation header menu by post and categery
- Add newsletter signup element to navigation bar
- wp-nav menu with custom walker , how to remove a tag if it has any submenu
- Custom location for menu
- wp_nav_menu not selecting teh correct menu
- Highlighting Main Navigation Menu With Two or More Class Matches
- Remove from wp_nav_menu() wordpress
- Second tier sidebar navigation
- wordpress superfish dropdown menu
- Add custom ID to wp_nav_menu list items
- Unable to edit Navigation bar
- Creating an accordion style menu
- Navigation menu, remove item from desktop
- Wrapping my ‘s with
- How can I structure my pseudo footer nav code with wordpress codex code?
- WordPress “add to menu” button not working
- Navigation menu displays permalinks
- Tried to hide navigation menu on one page ended up SCRAMBLING the navigation menu on another