How to remove Posts page heading in Genesis

Posted on
5/5 - (144 votes)

Have a static Page set as Posts page at Settings > Reading in your Genesis powered WordPress site?

If you want to remove the Page title inside .posts-page-description, just add the following in your child theme’s functions.php:

remove_action( 'genesis_before_loop', 'genesis_do_posts_page_heading' );