Last active
December 21, 2015 20:09
-
-
Save AMNDesign/6359199 to your computer and use it in GitHub Desktop.
Remove primary and secondary navigation menus using the Genesis Framework.
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
<?php | |
//* Remove primary nav menu | |
remove_action( 'genesis_after_header', 'genesis_do_nav' ); | |
//* Remove secondary nav menu | |
remove_action( 'genesis_after_header', 'genesis_do_subnav' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment