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:


0 Responses to “Solution: WordPress Stats No Hits Showing”