Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save JiveDig/7220879 to your computer and use it in GitHub Desktop.
Repositions (move) the secondary navigation menu
//* Reposition the secondary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_before_header', 'genesis_do_subnav' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment