Support

Account

Home Forums Front-end Issues Get theme location from menu name? Reply To: Get theme location from menu name?

  • to display the menu selected you would call wp_nav_menu() with the menu slug

    
    wp_nav_menu(array('menu' => $slug));