function remove_hentry( $classless ) {
$classless = array_diff( $classless, array( 'hentry' ) );
return $classless;
}
add_filter( 'post_class','remove_hentry' );
$classless = array_diff( $classless, array( 'hentry' ) );
return $classless;
}
add_filter( 'post_class','remove_hentry' );
Leave a Reply