Reply To: Hot to Add Multiple Navigation Menus


imaginem
Support

Hi,

Something like the following will do. Please contact a developer on this –

wp_nav_menu( array( 'container' => '', 'theme_location' => 'secondary_menu', 'fallback_cb' => 'mtheme_nav_fallback' ) );

Thanks