Skip to content

Instantly share code, notes, and snippets.

@ZellSnippets
Created September 14, 2013 15:35
Show Gist options
  • Save ZellSnippets/6562988 to your computer and use it in GitHub Desktop.
Save ZellSnippets/6562988 to your computer and use it in GitHub Desktop.
PHP: Genesis remove navigation
remove_action( 'genesis_after_header', 'genesis_do_nav' );
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