Last active
October 23, 2017 06:09
-
-
Save topleague/2ad52c6d434962267eb4239294c7a0ef to your computer and use it in GitHub Desktop.
Remove Title and Description on Blog Template Page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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