• I followed the directions, dropped wp-stats into my folder on the server got my API number but im not getting the data, its still reading 0.
    please help

Viewing 9 replies - 1 through 9 (of 9 total)
  • Do you have the wp_footer() function in your template?

    How long have you had it set up?

    Thread Starter differentclassradio

    (@differentclassradio)

    ill check, only had it up two days, but i chould defo have hits

    Thread Starter differentclassradio

    (@differentclassradio)

    i do have a footer in my template (server?) i dont really know what you mean?

    Is this a custom template? If not, which one are you using?

    For stats to work, the footer needs to include the function wp_footer().

    VelvetBlues.com is saying that your footer.php file needs to include the wp_footer() function in order to use WordPress.com stats. If it doesn’t have the function then the WordPress.com stats plug-in won’t be able to insert its tracking code into your footer automatically thus being unable to provide any data.

    If you want to add it to your footer.php file you just need to go to Design -> Theme Editor -> Footer (footer.php) and add the following code:

    <?php wp_footer(); ?>

    If you do choose to edit your footer.php file this way don’t forget to download your updated footer.php file to your computer in the event that you need to re-upload your website and theme in the future.

    Thread Starter differentclassradio

    (@differentclassradio)

    ok, ill check it and get back

    Thread Starter differentclassradio

    (@differentclassradio)

    I posted the code, into the footer at the bottom of that section of text.

    I have hit the site on another pc, but still no reading, does it take time?

    Thread Starter differentclassradio

    (@differentclassradio)

    im at a loss…………………….

    jbf

    (@jbf)

    It takes time. Did it ever pick it up?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Not getting data from wp-stats?’ is closed to new replies.