sigibian
Member
Posted 4 years ago #
It's some days that the plugin WordPress.com Stats (v 1.1.1) don't works no more. I correctly activated and configured it with API key but when i make login then i see the graphic line always to 0 and the other stats written "nothing".
I tried deactivated it, reuploaded and reconfigured, but with no luck.
What the problem and what i can do?
Thanks a lot, Simone
my blog: http://www.digitalking.it
did u try on the default theme for a week or 2 to see if it works?
sigibian
Member
Posted 4 years ago #
yes it works with default, it's happened when i changed the theme. In the Italian support of WP someone suggest that i must have <?php wp_footer(); ?> in the theme because if i don't have it doesn't works.
Effectively in the theme that i use there is <?php get_footer(); ?>
so this cause problems?
At the same way i have <?php get_sidebar(); ?>
i must substitute it with <?php wp_sidebar(); ?> ?
Thanks a lot
Simone
my blog: http://www.digitalking.it
if you use other theme than default, better check at footer.php file and make sure to add
<?php wp_footer(); ?>
before
</body>
it works for me :-)
if not contact that theme author for support.
sigibian
Member
Posted 4 years ago #
thanks irdix your reply has help me, now it works! (i have modified the theme as suggested)
Simone, Italy
maxwell_pink
Member
Posted 4 years ago #
Thanks for this information! WordPress Stats stopped the day I had to reinstall everything. The only plug-in I hadn't re-installed was "Share This", which I just now realized also requires <?php wp_footer(); ?> in the footer. Now I know why my stats have ceased to record.