I have also found that Popular Post is not counting after the release of 6.4. Currently on PHP 8.2.
By the way, my PHP version is 7.4.
I have the same problème.
FmX
(@nescafe89)
Same problem with my site after update to 6.4
-
This reply was modified 2 years, 2 months ago by
FmX.
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.
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') );