• 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)

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

    Thread Starter lhoylhoy

    (@lhoylhoy)

    salamat! gracias! thanks!

    Okay…so what if I’m using a WP theme (darkwater) that doesn’t have that code included in the footer.php and there is no </body> tag, this is all I see:

    <div id=”footer”>
    <p>
    Copyright © 2007 <?php bloginfo(‘name’); ?>. Darkwater Theme by Antbag.
    </p>
    </div>

    From the link you suggested we look at it says you can just enter it. Can I still put the code in this theme and make WP stats work? And where would I put it with no </body> tag?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress.com stats doesn’t seems to work for me’ is closed to new replies.