• Resolved alexjnavarro23

    (@alexjnavarro23)


    I created my first one and it worked fine (so it seemed) and I remodeled the site this weekend and they seem setup the same. The footer is inserted in the right spot, I believe, but I’m not getting any stats now.

    Any suggestions? Would removing the plugin and ‘re-installing’ it be a good idea?.. I’d rather not lose my past data ??

    https://www.thinkgreenthoughts.org

    (side note, is there a way to backup the data from wpstats?)

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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() ?>

    Thread Starter alexjnavarro23

    (@alexjnavarro23)

    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

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    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?

    Thread Starter alexjnavarro23

    (@alexjnavarro23)

    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! ??

    Thread Starter alexjnavarro23

    (@alexjnavarro23)

    PS, while you’re here.. since no one would look at my other thread…

    How can I reliably count unique visitors?…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WordPress.com Stats] Problem with Stats on my new Theme’ is closed to new replies.