Wordpress Stats Fix
If you’ve recently made changes to your Wordpress theme or templates, you might notice that your Wordpress Blog Stats have stopped working. If so, here’s a fix:
Open up your footer.php file, and just before the closing </body> at the bottom of the file, make sure you have:
<?php wp_footer(); ?>
This happened to me- I must have deleted that bit of code because it looked redundant to me, but apparently it’s used by various plugins to insert PHP codes after everything else on your page.
And if you’re wondering whether you should install the Wordpress Blog Stats plug-in, do. Even though I use Google Analytics, I love being able to check my stats from within my Wordpress control panel.
Popularity: 16% [?]





























29 Jan 08 | 10:26 am | #
Thanks for the tip. I’ve given it a go and hopefully will soon have the stats back.
Cheers!