meissen1
Member
Posted 1 year ago #
I installed WordPress.com Stats on my self-hosted blog on 5/29/10. Today is 6/5/10. Worpress.com stats is saying that I have had no visitors to my blog during that time. My cpanel webalizer stats say otherwise. Google Analytics stats also say otherwise. Why isn't wordpress.com stats giving me any information? What could be the problem?
euphrosyna
Member
Posted 1 year ago #
I am having the same problem.
Me too
I have 2 sites with very little traffic..and doesn't work, but Google Analytics works fine
In other site (with more traffic) is working fine
solen.senshure
Member
Posted 1 year ago #
I am having the same issue. Running my wordpress as the main platform on a large website, i would very much like to know if there's any plan on making this plugin working or if i should look in another direction.
Can some feedback be expected here?
kpeach111
Member
Posted 1 year ago #
Stats will not work for me as well. I installed, read some posts by people who used the past version and that did not work for me either. I'd like to use this one instead of using another but I really need to watch the stats.
I will check back for updates on this problem that seems to be fairly common.
Thanks!
kpeach111
Member
Posted 1 year ago #
I put <?php wp_footer(); ?> in my footer.php and it works now.
Thanks for all you plugin developers do!
I have <?php wp_footer(); ?> also in my footer.php, still its not showing stats :(, though google analytics showing correct Stats
meissen1
Member
Posted 1 year ago #
Where in the footer.php do you put <?php wp_footer(); ?>?
Have a look at the Default theme's footer.php to see where it is there for one example.
At a minimum, before the closing </html> tag.
meissen1
Member
Posted 1 year ago #
The default footer.php says <?php wp_footer(); ?> not <?php wp_footer(); ?>?. Which one do I use? BTW it was located just before the </body> tag.
The default footer.php says <?php wp_footer(); ?> not <?php wp_footer(); ?>
I probably need more coffee, but I'm not sure I see the difference.
meissen1
Member
Posted 1 year ago #
My mistake. I read my own question mark in my question as part of the code. Sorry. I put the <?php wp_footer(); ?> in my footer.php and it's working now. Thanks for the help. I appreciate it.