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