Skip to content

Instantly share code, notes, and snippets.

@benweiser
Created June 10, 2015 19:29
Show Gist options
  • Select an option

  • Save benweiser/14d6797a8f52cffdbd24 to your computer and use it in GitHub Desktop.

Select an option

Save benweiser/14d6797a8f52cffdbd24 to your computer and use it in GitHub Desktop.
//* Do NOT include the opening php tag
//* Reposition the primary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_header', 'genesis_do_nav', 12 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment