I’m having the same problem right now, yesterday i changed my theme and also upgraded my WordPress, the stast worked fine until today, it shows no stats now. Any suggested solutions or should we just wait and see?
Yes I have this same problem. I have been using wordpress stats for my blog and it works great. But then I created my own theme from my static HTML site LearnFast and install the plugin it does not show any visits. Maybe I did something wrong with my theme creation? But I kept it simple as possible. I do not even use a sidebar or a functions file.
You’ll need to add the wp_footer() call to your footer.php of your theme.
<?php wp_footer() ?>
I don’t know about those two, but as I mentioned in the OP I have a footer in place on my page. As far as I know it is properly coded, you can take a look at it though, the link is above.
thanks
You have a footer, but do you have the call to wp_footer in it, like jeremyclark says?
The answer, BTW, is no. You don’t. Because the WP-Stats code is not appearing on your page, and that’s because your theme is missing the wp_footer call in the footer.php file.
Alternatively, have you inserted your API key into the WP-Stats config page?
Well, I was gonna say fuck you i have a footer, BUT then I realized the difference between get_footer and wp_footer. MY BAD! ^_^’
Thanks! 😀
PS, while you’re here.. since no one would look at my other thread…
How can I reliably count unique visitors?…