airington
Member
Posted 1 year ago #
I read through the forum on stats, but still need some clarification.
I used the API address I had from wordpress.com before I began hosting my own blog.
Question 1: I know that there have been some hits on my blog (friends) that aren't logged into wordpress (they don't use it) and it's still showing 0 stats. I've made sure to select the correct blog under the list.
Question 2: Will I only be able to see the stats on the wordpress.com blog? When I click the stats link on my hosted blog, it's just a blank screen. I do have the footer tag on my template. Is there something else I need to add?
airington
Member
Posted 1 year ago #
Can anyone help me with this?
tsimmons
Member
Posted 1 year ago #
Do you now have two versions of your site in the list of available sites for stats? I've seen several folks that had a duplicate site created when upgrading to 2.6. One holds the old stats, the other is where all new stats are going. I'm trying to find out if there is a way to merge them, but no answer yet ...
Good luck &
Cheers,
Toby
airington
Member
Posted 1 year ago #
No. I just recently uploaded wordpress for hosting, so I've only had the most recent version.
Is there any code I'm supposed to add to any of the templates besides the footer tag?
tsimmons
Member
Posted 1 year ago #
Not that I am aware of. Just adding:
<?php wp_footer(); ?>
Does it for me. Can you see the little smiley face icon?
tsimmons
Member
Posted 1 year ago #
FYI, the above has to happen before the
</body>
tag of your template.
airington
Member
Posted 1 year ago #