wpsites.net
Remove Blog Page Title In Genesis
Add the following PHP code to the end of your child themes functions file: [code] remove_action( ‘genesis_before_loop’, ‘genesis_do_blog_template_heading’ ); [/code] You can…