Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13:43
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 authentikHQ/6b94f9b3dbc5e0b84a79cf9dff7397bc to your computer and use it in GitHub Desktop.
Save authentikHQ/6b94f9b3dbc5e0b84a79cf9dff7397bc to your computer and use it in GitHub Desktop.
Reposition secondary navigation menu with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Reposition 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