• My site doesn’t show related posts

    I’ve done the following steps:

    • Connect to Jetpack
    • Full Sync from wordpress.com/settings/general

    And got this:

    {
    "version": "20150408",
    "show_thumbnails": true,
    "items": []
    }

    From this URL http://izq.mx/noticias2/?p=37235&relatedposts=1

    I’m using WP-Rocket 2.8.11 cache plugin and I get the same result deactivating it, also I exclude (.*)?relatedposts=1 pages from cache
    I’m using Jetpack 4.2.2

    Thanks for your help

    • This topic was modified 7 years, 7 months ago by victorortiz.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Something seems to stop your site from synchronizing properly. Could you add the following to your site’s wp-config.php file?

    
    define('WP_DEBUG', true);
    
    if ( WP_DEBUG ) {
    
            @error_reporting( E_ALL );
            @ini_set( 'log_errors', true );
            @ini_set( 'log_errors_max_len', '0' );
    
            define( 'WP_DEBUG_LOG', true );
            define('WP_DEBUG_DISPLAY', false);
            define( 'CONCATENATE_SCRIPTS', false );
            define( 'SAVEQUERIES', true );
    
    }
    

    Once you’ve done so, try to click that “Full Sync” again, and then check the wp-content/debug.log file for errors. You can paste the results here, and then replace define('WP_DEBUG', true); by define('WP_DEBUG', false); in the code above.

    Thanks!

    Hello, this also happens in my website.
    I’ve tried guessing what’s wrong following this post: [Resolved] Related posts feature not working
    I see that the code is there on the website but it is hidden.
    If you prefer I can open a new topic, but I thought I could also try this solution written above.
    Let me know what should I do.
    Thanks.

    Website: bebabio.it

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    @bebalevis Could you try the suggestion above, and post the result into your own thread?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Related posts does not work’ is closed to new replies.