Created
November 28, 2015 00:07
-
-
Save soggybag/c6fc0475b45c17a7267b to your computer and use it in GitHub Desktop.
Wordpress Register Nav Menu.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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