Skip to content

Instantly share code, notes, and snippets.

@nutsandbolts
Created June 4, 2014 16:03
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 nutsandbolts/704c2c3ac9e64cc28a6b to your computer and use it in GitHub Desktop.
Save nutsandbolts/704c2c3ac9e64cc28a6b to your computer and use it in GitHub Desktop.
Move secondary nav to footer
//* Reposition secondary navigation
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_footer', 'genesis_do_subnav' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment