Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Created October 29, 2013 19:18
Show Gist options
  • Select an option

  • Save JiveDig/7220871 to your computer and use it in GitHub Desktop.

Select an option

Save JiveDig/7220871 to your computer and use it in GitHub Desktop.
Reposition (move) the primary navigation menu
//* Reposition the primary navigation 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