out of curiousity i installed wordpress.com stats in my blog but it seems not working.ofcourse its not a lost cost i still have my google analytics. Is there any extras that i might forgot to do aside from installing it (API key already registered)
out of curiousity i installed wordpress.com stats in my blog but it seems not working.ofcourse its not a lost cost i still have my google analytics. Is there any extras that i might forgot to do aside from installing it (API key already registered)
The key to WordPress.com Stats is your theme must have a call to wp_footer.
Generally you will find in your footer.php file this code bit:
<?php wp_footer(); ?>
Without that function call your visitor hits are not recorded by WP Stats
Here is a link to the FAQ detailing a bit more:
http://wordpress.org/extend/plugins/stats/faq/
salamat! gracias! thanks!
You must log in to post.