Skip to content

Instantly share code, notes, and snippets.

@jpen365
Created September 14, 2016 18:04
Show Gist options
  • Save jpen365/3bf3761d7e7a63f3b3ae3788be4e10ce to your computer and use it in GitHub Desktop.
Save jpen365/3bf3761d7e7a63f3b3ae3788be4e10ce to your computer and use it in GitHub Desktop.
Add the primary menu area to functions.php
/* add theme menu area */
register_nav_menus (array(
'primary' => 'Primary Menu',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment