Skip to content

Instantly share code, notes, and snippets.

@soggybag
Created November 28, 2015 00:07
Show Gist options
  • Save soggybag/c6fc0475b45c17a7267b to your computer and use it in GitHub Desktop.
Save soggybag/c6fc0475b45c17a7267b to your computer and use it in GitHub Desktop.
Wordpress Register Nav Menu.
// Register a custom menu named Main Menu
// http://codex.wordpress.org/Function_Reference/register_nav_menu
// register_nav_menu( $location, $description );
register_nav_menu( "main-menu", "Main Menu" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment