Skip to content

Instantly share code, notes, and snippets.

@certainlyakey
Created March 10, 2014 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save certainlyakey/9461543 to your computer and use it in GitHub Desktop.
Save certainlyakey/9461543 to your computer and use it in GitHub Desktop.
Wopdpress - nav menu
<?php wp_nav_menu( array( 'theme_location' => 'secmenu', 'container_class' => 'secmenu', 'container' => 'nav' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment