kirschner2589
Member
Posted 4 years ago #
WordPress Stats isn't working. Here is how I know:
A week ago my blog was receiving 1,000+ page views a day. Then I deleted my blog my accident, it sucked, but I got it up and running within a few short days. When I reinstalled the WordPress Stats plugin, it continues to say that I have 0 visitors. I doubt that they would have all went away in that short time. Another thing is my site constantly says that I have 5-10 people online (I have an online counter), so there is my proof that I know it is not working.
Can someone please, please help me?
http://wordpress.org/extend/plugins/stats/
pdxoutsider
Member
Posted 3 years ago #
I'm similarly interested. I've had my blog up for about a week, and I know my wife has been reading it from work, at least, so I don't have the zero traffic this plugin says I do. I just auto-updated to 1.2.2, so I'll be watching for a change, but yeah, what gives?
kirschner2589
Member
Posted 3 years ago #
i found out the problem, at least for me.
you need to make sure that your footer is written properly.
after i changed mine to look like this:
<?php wp_footer(); ?>
</body>
</html>
it has worked properly.
<?php wp_footer(); ?>
</body>
</html>
That works.