My custom menu is 'sf-menu'
My question is, what is the proper markup for this line:
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
I've tried:
<?php wp_nav_menu( array( 'container_class' => 'sf-menu', 'theme_location' => 'primary' ) ); ?>
Seems simple enough, but that's not working. Any help is appreciated. Thank you.