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/5624763 to your computer and use it in GitHub Desktop.
Save braddalton/5624763 to your computer and use it in GitHub Desktop.
function remove_page_titles_genesis() {
if ( is_page() )
remove_action('genesis_post_title', 'genesis_do_post_title');
}
add_action ('get_header', 'remove_page_titles_genesis');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment