Created
March 2, 2014 06:44
-
-
Save jamiemitchell/9302850 to your computer and use it in GitHub Desktop.
Move primary nav, you may need to change the number '15' to suit your needs.
This file contains hidden or 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
<?php | |
//* Reposition the primary navigation menu | |
remove_action( 'genesis_after_header', 'genesis_do_nav' ); | |
add_action( 'genesis_after_header', 'genesis_do_nav', 15 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment