Skip to content

Instantly share code, notes, and snippets.

@gspice
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gspice/05448b31baeb3cac4c86 to your computer and use it in GitHub Desktop.
Save gspice/05448b31baeb3cac4c86 to your computer and use it in GitHub Desktop.
Change primary navigation to a higher priority up over the welcome message on WAP. Need to place in functions.php for interior pages and front-page.php for homepage!
// Place Primary Nav below Header
remove_action( 'genesis_after_header', 'genesis_do_nav');
add_action( 'genesis_after_header', 'genesis_do_nav', 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment