Related posts
-
Hi, how i can turn-off related posts on event pages?
ThanksTried to add
function jetpackme_no_related_posts( $options ) { if ( 'event' == get_post_type() ) { $options['enabled'] = false; } return $options; } add_filter( 'jetpack_relatedposts_filter_options', 'jetpackme_no_related_posts' );Didnt help.
Maybe problem with post-type name?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Related posts’ is closed to new replies.