Skip to content

Instantly share code, notes, and snippets.

@AMNDesign
Last active December 21, 2015 20:09
Show Gist options
  • Save AMNDesign/6359199 to your computer and use it in GitHub Desktop.
Save AMNDesign/6359199 to your computer and use it in GitHub Desktop.
Remove primary and secondary navigation menus using the Genesis Framework.
<?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