I've had WordPress.com Stats for almost a year now. I switched themes last month and all of a sudden it stopped working. The graph bounces between 0 and 1 visitor when I know I have at least 300 a day according to Google Analytics.
Is there something that might be missing in my theme that is keeping the stats from working? I've not added any other plugins.
I switched themes last month and all of a sudden it stopped working.
Make sure your new theme contains a <?php wp_footer() ?> before the </body> tag.
http://wordpress.org/extend/plugins/stats/faq/
Thank you! My theme did not have that function in it. I added it. Let's hope that my stats start working now. Thanks again.
That did the trick, I'm getting stats now. :)