How to Remove Genesis Post Meta From Blog Posts Page

How to Remove Genesis Post Meta From Blog Posts Page

// Remove Post Meta From Blog Posts Page
add_filter( 'genesis_post_meta', 'remove_post_meta_home_page' );
function remove_post_meta_home_page($post_meta) {
if ( is_home() ) {
    $post_meta = '';
    return $post_meta;
}}
wprocket

 

GenesisPro728x90

Facebook
Twitter
LinkedIn
Pinterest
Tumblr
Anwer Ashif

Anwer Ashif

Founder of RainaStudio. Help businesses and individuals to create and outstand their online presence. Our success rate is measurable. Our blog served all around the world and counting.

Leave a Reply

Your email address will not be published. Required fields are marked *