• my WP.com Stats stopped working around the time i changed themes…. The stats all now say zeros, although i know for sure ive been getting hits and comments….
    Is there Code that needs written into my blog?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Copy pasted from the plugin’s FAQ page:

    What if the stats don’t start showing up? Do I need anything special in my theme?

    Yes, your theme must have a call to <?php wp_footer(); ?> at the very bottom right before the </body> tag.

    e.g: You will need to add “<?php wp_footer(); ?>” before the </body> tag, usually you can do this inside the footer.php file of the theme.

    Hopefully this helps.

    What file am I supposed to add that tag to? There is no </body> tag in my footer.php file.

    I also had an empty footer, I put it at the bottom of the header and it seems to be working now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP.Stats stopped working’ is closed to new replies.