Jetpack Related Posts doesn’t work
-
Hello Everyone!
I am using this theme (https://mythemeshop.com/themes/newsonline/) for my website (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?
-
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 (after selecting your website from the list).

Hope that helps.
-
This reply was modified 9 years, 3 months ago by
MyThemeShop.
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 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!
I did that and it didn’t help..
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,,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!
Yoast SEO
Share Buttons by E-MAILiT
Cookie NoticeNone 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!
-
This reply was modified 9 years, 3 months ago by
The topic ‘Jetpack Related Posts doesn’t work’ is closed to new replies.