Skip to content

Instantly share code, notes, and snippets.

@bradpotter
Last active December 20, 2015 20:08
Show Gist options
  • Save bradpotter/6187880 to your computer and use it in GitHub Desktop.
Save bradpotter/6187880 to your computer and use it in GitHub Desktop.
Register Genesis Menus
// Register Genesis Menus
add_theme_support( 'genesis-menus' , array ( 'primary' => 'Primary Navigation Menu' , 'secondary' => 'Secondary Navigation Menu' , 'mobile' => 'Mobile Navigation Menu' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment