• I recently moved my blog from a personal computer to an official hosting account. I have gotten multiple comments on it, so I know that people have been reading it. But it says that I haven’t had a visitor in a long time now. Any solutions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you change the template too? You need to insert the footer code at the bottom of your template for the stats to record:

    <?php wp_footer(); ?>

    When I moved my blog, I accidentally lost that code once, so I had the same problem. Check and make sure it’s there, or else insert it in the footer or just before the </body> tag.

    Hope that helps!
    Kristan

    Thread Starter robertwleonard

    (@robertwleonard)

    I checked that out and didn’t see it anywhere. I put it in after the theme’s get_footer() — which only displays the copyright it seems. I’ll leave it for a few days and see what happens.

    Thanks for the suggestion!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress stats no longer working’ is closed to new replies.