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
// This is the CodyHouse navigation for the clothing tab, it is overkill for the site. | |
function html5blank_mega() | |
{ | |
wp_nav_menu( | |
array( | |
'theme_location' => 'header-nav', | |
'menu' => '', | |
'container' => 'nav', | |
'container_class' => 'menu-{menu slug}-container', |