Created
June 4, 2014 16:03
-
-
Save nutsandbolts/704c2c3ac9e64cc28a6b to your computer and use it in GitHub Desktop.
Move secondary nav to footer
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
//* 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