Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Last active May 27, 2017 13:47
Show Gist options
  • Save craigsimps/d5519a28ad0f65f0f474 to your computer and use it in GitHub Desktop.
Save craigsimps/d5519a28ad0f65f0f474 to your computer and use it in GitHub Desktop.
Move Genesis primary navigation menu
// Move primary nav menu
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before_header', 'genesis_do_nav' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment