Skip to content

Instantly share code, notes, and snippets.

@topleague
Last active October 23, 2017 06:09
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 topleague/2ad52c6d434962267eb4239294c7a0ef to your computer and use it in GitHub Desktop.
Save topleague/2ad52c6d434962267eb4239294c7a0ef to your computer and use it in GitHub Desktop.
Remove Title and Description on Blog Template Page
// Removes Title and Description on Blog Archive and Category Archive
remove_action( 'genesis_before_loop', 'genesis_do_posts_page_heading' );
remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment