apply_filters( ‘greenlet_post_class’ )
Filters single post class in Post list as well as Single post page.
Example Usage:
function mytheme_post_class () {
return 'special-post';
}
add_filter( 'greenlet_post_class', 'mytheme_post_class' );
apply_filters( ‘greenlet_post_class’ )
Filters single post class in Post list as well as Single post page.
Example Usage:
function mytheme_post_class () {
return 'special-post';
}
add_filter( 'greenlet_post_class', 'mytheme_post_class' );