• I just upgraded the stats plugin, which seemed to reset my stats to 0. It shows previous days’ stats as before, but today is showing something close to a flatline (which judging by server logs and history, is woefully inaccurate). I can’t find anything to configure. Anyone else experience something like this? Will it even itself out in a few days? Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had this problem with a previous version and then the problem was that I haven’t entered wp_footer(); in my footer.php.

    Just give it a try:
    the end of your footer.php should be something like that:

    <?php wp_footer(); ?>
    </body>
    </html>

    I hope this helps.

    Thread Starter miette49

    (@miette49)

    I think this does it– thanks a hundred million times over. Besos!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Just upgraded WordPress.com stats plugin and stats exploded’ is closed to new replies.