Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/b9f816c59b6dbe52bd2d to your computer and use it in GitHub Desktop.
Save braddalton/b9f816c59b6dbe52bd2d to your computer and use it in GitHub Desktop.
add_action('get_header', 'remove_genesis_do_subnav');
function remove_genesis_do_subnav() {
if (is_home()) {
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