WordPress Stats not counting

My blog is still very young, but one day my stats stopped counting visits. At first I didn’t know what was happening (I even thought I had no visits), but my Google Analytics shows a few visits a day.

So I started searching for the answer…

It happened when I changed my blog theme.

The solution is easy, all you have to do is check the footer.php file on your selected theme and make sure that wp_footer() function is called within the script.

The end of footer.php should look like this:

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

Hope this helped! now just keep blogging! :)

Similar Posts:

Tags: ,

Tuesday, November 18th, 2008 Wordpress

No comments yet.

Leave a comment