This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
register_nav_menus( | |
array( | |
'main-nav' => __( 'The Main Menu', 'jointswp' ), // Main nav in header | |
'footer-links' => __( 'Footer Links', 'jointswp' ), // Secondary nav in footer | |
'social_menu' => __( 'Social', 'jointswp' ) // Secondary nav in footer | |
) | |
); | |
// The Off Canvas Menu | |
function joints_off_canvas_nav() { |