My WordPress.com Stats plugin was not working.
WordPress.com Stats plugin is a great plugin for our WordPress blog, allowing you to view info about your daily visitors, top posts and clicked links on your blogs.
The stats were not updating and it continued that way for 3 days. The problem in my case was that theme did not have <?php wp_footer(); ?> in its footer.php
Many themes don’t have this. So it’s better to put <?php wp_footer(); ?> in your theme’s footer.php to avoid any problems later on. If ever you get stuck in such problem all you need to do is just copy the above given code and paste it anywhere in your footer.php but before the </body> tag. This will fix the problem and the plugin will continue collecting your blog’s data without any loss.
This fix worked for me and stats started showing immediately.
Related Posts:
