Last active
May 27, 2017 13:47
-
-
Save craigsimps/d5519a28ad0f65f0f474 to your computer and use it in GitHub Desktop.
Move Genesis primary navigation menu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Move primary nav 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