Skip to content

Instantly share code, notes, and snippets.

@Reedyn
Created July 20, 2014 19:32
Show Gist options
  • Save Reedyn/7c639380227fd75bc87a to your computer and use it in GitHub Desktop.
Save Reedyn/7c639380227fd75bc87a to your computer and use it in GitHub Desktop.
WordPress Nav Menu
// Navigation Menus
register_nav_menus( array(
'main-menu-left' => 'Main Navigation - Left'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment