Viewing 7 replies - 1 through 7 (of 7 total)
  • 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 8 years, 1 month ago by MyThemeShop.
    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    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!

    Thread Starter petros91

    (@petros91)

    I did that and it didn’t help..

    Thread Starter petros91

    (@petros91)

    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

    (@jeherve)

    Jetpack Mechanic ??

    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

    (@petros91)

    Yoast SEO
    Share Buttons by E-MAILiT
    Cookie Notice

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    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.