8 answers

Staff March 7, 2014
Public
Solution: Open the theme’s single.php file then look for the line
<?php comments_template(); ?>

Just before the code add following code and save
<?php set_popular_post(get_the_ID()); // dont-delete ?>

Now just visit two single post and see if its working or not.
Thanks for infroming the bug. We will fix the issue within the next update.
#answer-971

Please login or Register to Submit Answer