Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created November 28, 2013 10:44
Show Gist options
  • Save tjhole/7690081 to your computer and use it in GitHub Desktop.
Save tjhole/7690081 to your computer and use it in GitHub Desktop.
WORDPRESS: Call Nav Menu
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => '' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment