• Resolved dwnfred

    (@dwnfred)


    Hello,

    Since few weeks related posts on our website https://couture-et-imaginaire.com doesn’t display anything…

    I have followed this fix : https://www.ads-software.com/support/topic/related-posts-doesnt-display-anything/ but it doesn’t work (i don’t find the “reindex” button BTW, only debug mode is available…)

    Do you have any clue?

    He is a list of our plugins installed :

    Advanced Sitemap Generator

    Akismet Anti-Spam

    All in One SEO Pack

    Contact Form 7

    Facebook Button by BestWebSoft

    Facebook Page Plugin

    FD Feedburner Plugin

    Fix Jetpack Related Posts

    GetSocial

    Google Analytics Dashboard for WP

    Google XML Sitemaps

    Instagram Feed

    Jetpack par WordPress.com

    SEO SearchTerms Tagging 2

    SEO Smart Links

    Social Pug

    Subscribe to Comments Reloaded

    Twitter

    Udinra All Image Sitemap

    UpdraftPlus – Sauvegarde/Restauration

    WP Easy Share

    WP Smush

    Thank you very much

    • This topic was modified 8 years ago by dwnfred.
    • This topic was modified 8 years ago by dwnfred.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I’m afraid you may be running into a known Jetpack issue, that will be fixed in the next Jetpack update scheduled to be released next week.

    Until then, you should be able to fix the problem on your site by adding the following code snippet to a functionality plugin like this one:

    add_filter( 'jetpack_relatedposts_filter_allow_feature_toggle', 'enable_rp_feature_toggle' );
    
    function enable_rp_feature_toggle( $val ) {
    	return true;
    }

    Let me know how it goes.

    Thread Starter dwnfred

    (@dwnfred)

    Thanks but in which file exactly should I add this code?
    Kind regards

    Thread Starter dwnfred

    (@dwnfred)

    Ah ok I need to install first the code snippet plugin
    I will let you know if it fiX m’y issue thanks

    Thread Starter dwnfred

    (@dwnfred)

    Hello… I add the code with the plugin but i didn’t help…
    Any other clue? :0(/

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Thanks for giving that a try!

    Could you go to Jetpack > Settings > Engagement > Related Posts, and make sure that all your Related Posts settings are correct there?

    If that doesn’t help, could you try to install the Jetpack Beta plugin? It will allow you to update to Jetpack’s latest Beta version, that includes a fix for that issue.

    Let me know how it goes.

    Thread Starter dwnfred

    (@dwnfred)

    For the related posts settings all seems OK

    If I install this plugin it will not interfere with the original jetpack plugin?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    The plugin will add a new “Beta” submenu under the Jetpack menu in your dashboard, and there you will be able to opt in to install a Beta version of Jetpack if one is available.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Related Posts doesn’t display anything’ is closed to new replies.