Title: Jetpack Related Posts doesn&#8217;t work
Last modified: February 2, 2017

---

# Jetpack Related Posts doesn’t work

 *  [petros91](https://wordpress.org/support/users/petros91/)
 * (@petros91)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/)
 * Hello Everyone!
 * I am using this theme ([https://mythemeshop.com/themes/newsonline/](https://mythemeshop.com/themes/newsonline/))
   for my website ([http://gardentalk.gr/](http://gardentalk.gr/)). The theme supports
   functionality of related posts but although I have checked related posts to be
   shown, it doesn’t show anything below the posts. At start it showed normally,
   but when I started customizing it vanished below the posts.
 * What’s the issue and how can I fix it?

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/#post-8729826)
 * Hello,
 * You probably need to have your posts reindexed if you are experiencing intermittent
   issues with Jetpack’s related posts. You can request a reindex of your site by
   clicking on **Perform Full Sync** at the bottom of [this page](https://wordpress.com/settings/general)(
   after selecting your website from the list).
 * ![](https://i0.wp.com/i.imgur.com/YSabJuu.png?ssl=1)
 * Hope that helps.
    -  This reply was modified 9 years, 6 months ago by [MyThemeShop](https://wordpress.org/support/users/mythemeshop/).
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/#post-8729956)
 * Could you to Appearance > Customize > Related Posts in your dashboard, and double
   check your Related Posts settings?
 * If that doesn’t help, could you try to add the following snippet to a [functionality plugin](https://wordpress.org/plugins/code-snippets/)
   or or to your theme’s functions.php file, and let me know if it helps?
 *     ```
       function jeherve_force_rp_on( $options ) {
           $options['enabled'] = true;
   
           return $options;
       }
       add_filter( 'jetpack_relatedposts_filter_options', 'jeherve_force_rp_on' );
       ```
   
 * Thanks!
 *  Thread Starter [petros91](https://wordpress.org/support/users/petros91/)
 * (@petros91)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/#post-8730033)
 * I did that and it didn’t help..
 *  Thread Starter [petros91](https://wordpress.org/support/users/petros91/)
 * (@petros91)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/#post-8730041)
 * I add that snippet and it worked!
    But when i start customizing adding new snippets
   to change the appearance it stopped working again.. I deactivated the plugin 
   and activated it again but it still doesn’t work,,
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/#post-8730146)
 * Could you let me know what other plugins and what other plugins are currently
   installed on your site, that may customize the appearance or behaviour of Jetpack’s
   Related Posts?
 * Thanks!
 *  Thread Starter [petros91](https://wordpress.org/support/users/petros91/)
 * (@petros91)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/#post-8730271)
 * Yoast SEO
    Share Buttons by E-MAILiT Cookie Notice
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/#post-8735601)
 * None of these plugins should cause any issues.
 * Could you let me know how you added the snippet I gave you, and if the problem
   remains when switching to a different theme, like Twenty Fifteen?
 * Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Jetpack Related Posts doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [jetpack related posts](https://wordpress.org/support/topic-tag/jetpack-related-posts/)

 * 7 replies
 * 3 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/jetpack-related-posts-doesnt-work-2/#post-8735601)
 * Status: not resolved