How to switch menu location in this header.php?
As far as I understand this would be one of the menus: $et_secondary_nav = $et_secondary_nav_items->secondary_nav; And this is the other: $primaryNav = wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’, ‘container’ => ”, ‘fallback_cb’ => ”, ‘menu_class’ => $menuClass, ‘menu_id’ => ‘top-menu’, ‘echo’ => false ) ); This is where the first menu gets displayed: if ( ” … Read more