Register New Menus

June 29th, 2014 by
Add to functions.php
 
register_nav_menus( array(
	'mobile' => 'Mobile Navigation Menu',
	'new-menu' => 'Model Menu'
) ); 
Call it in the template
 <?php wp_nav_menu( array( 'theme_location' => 'new-menu', 'menu_class' => 'menu' ) ); ?> 

Post a Comment

You must be logged in to post a comment.

Cached at: 2024-03-29 12:22:34pm