Title: Related posts
Last modified: October 28, 2019

---

# Related posts

 *  Resolved [romanzif](https://wordpress.org/support/users/romanzif/)
 * (@romanzif)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/related-posts-79/)
 * Hi, how i can turn-off related posts on event pages?
    Thanks
 * Tried 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frelated-posts-79%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Santiago](https://wordpress.org/support/users/sjaure/)
 * (@sjaure)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/related-posts-79/#post-12085899)
 * Hi [@romanzif](https://wordpress.org/support/users/romanzif/) ,
    Thanks for reaching
   out to us,
 * I think that you are using the right filter there.
    Could you try changing the
   If condition to (is_singular( ‘tribe_events’ )) ?
 * Let me know if this changes anything
 * Best
    Santiago

Viewing 1 replies (of 1 total)

The topic ‘Related posts’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Santiago](https://wordpress.org/support/users/sjaure/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/related-posts-79/#post-12085899)
 * Status: resolved