Solution: WordPress Stats No Hits Showing

Once again (probably many more times to come), big thanks to Andre for resolving an issue with my Wordpress Stats.

Problem

So after I had a theme change, my WP Stats stopped showing up completely. It didn’t occur to me that no data was being collected by the statistics function. Long story short, I got zero hits for three days in a row, and had absolutely no data under “Blog Stats”.

Solution

The solution is quite simple. Add the following into your footer file right before </body> (in my case, footer.php), and you’re ready to go:

<?php wp_footer(); ?>

Related Posts

Leave a Reply

Powered by WP Hashcash