Forums
(@cooperasmith)
15 years, 10 months ago
I took this from the default 3.0 theme <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
Is this the exact line I should place in my own theme’s header.php? I’m just not certain of correct placement…