Nov 04

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.

Alomohora - WordPress - Stats Plugin (Not Working)

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Technorati
  • Twitter

Related Posts:

  1. Stats Plugin WordPress
  2. Optimal Title Plugin WordPress
  3. WordPress Akismet Plugin is not (XHTML) Valid
  4. WordPress WP Cumulus Plugin
  5. Stats Plugin by W3Counter

Leave a Reply