• Resolved Senri Miura

    (@senribb)


    After upgrading to WordPress 6.4 today, the article list is no longer displayed in the WordPress Popular Posts widget. Is it still not compatible with WordPress 6.4?

    Therefore, I had no choice but to downgrade WordPress core to 6.3.2.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • ispreview

    (@ispreview)

    I have also found that Popular Post is not counting after the release of 6.4. Currently on PHP 8.2.

    Thread Starter Senri Miura

    (@senribb)

    By the way, my PHP version is 7.4.

    bjpbkk

    (@bjpbkk)

    I have the same problème.

    FmX

    (@nescafe89)

    Same problem with my site after update to 6.4

    • This reply was modified 1 year ago by FmX.
    Plugin Author Hector Cabrera

    (@hcabrera)

    Hi everyone!

    To answer your question the plugin is compatible with WordPress 6.4, see Popular Posts dissapeared after WP 6.4 update.

    Please check the comments on that topic, someone has posted a workaround that seems to fix the problem for now. The issue seems to be caused by something else, either your theme and/or one of your plugins, but no one has been able to provide enough information so far.

    Thread Starter Senri Miura

    (@senribb)

    Hello Hector,
    It looks like my theme didn’t support HTML5 script tags.
    So, as a solution, followed the instructions you provided and I added the following code snippet to the theme’s functions.php file, and the issue was successfully resolved.
    I really appreciate you in this time. thank you very much!

    /**
        * Added support for HTML5 script tags
        */
    add_theme_support( 'html5', array('script') );
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Does not work with WordPress 6.4’ is closed to new replies.