• 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: https://www.digitalking.it

Viewing 6 replies - 1 through 6 (of 6 total)
  • did u try on the default theme for a week or 2 to see if it works?

    Thread Starter sigibian

    (@sigibian)

    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: https://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.

    Thread Starter sigibian

    (@sigibian)

    thanks irdix your reply has help me, now it works! (i have modified the theme as suggested)

    Simone, Italy

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WordPress.com stats don’t works no more’ is closed to new replies.