Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active March 4, 2019 14:39
Show Gist options
  • Save braddalton/5767415 to your computer and use it in GitHub Desktop.
Save braddalton/5767415 to your computer and use it in GitHub Desktop.
add_action('genesis_meta', 'remove_subnav_specific_pages');
function remove_subnav_specific_pages() {
if ( !is_page('11446') )
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