Welcome to iMaginem Support! | Forums | Helm Portfolio WordPress | Hot to Add Multiple Navigation Menus
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