Skip to content

Instantly share code, notes, and snippets.

@ryantownley
Last active February 18, 2020 17:44
Show Gist options
  • Save ryantownley/69299dab8de1bac06220c255b1c42f13 to your computer and use it in GitHub Desktop.
Save ryantownley/69299dab8de1bac06220c255b1c42f13 to your computer and use it in GitHub Desktop.
Move the secondary navigation menu to just above footer copyright text in Genesis.
// Repositions the secondary navigation menu to just below footer copyright text.
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_footer', 'genesis_do_subnav', 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment