• Since activating the plugin 1 month ago, no views have been counted. Am I supposed to add some php code to the footer.php file?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kjolson

    (@kjolson)

    ANSWER – YES! According to the faq section of the plugin site documentation, I had to “uncomment” the call to the footer in the footer.php file.

    I changed

    <!--?php wp_footer(); ?-->

    to

    <!?php wp_footer(); ?>

    and the stats started coming in.

    Thread Starter kjolson

    (@kjolson)

    Wait, would this slow down my website?

    Moderator James Huff

    (@macmanx)

    Well, I’d be lying if I didn’t say that it added a few extra MySQL queries on page view, but the impact should be in the millisecond range, barely noticeable if at all.

    The same can be said for any stats plugin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WordPress.com Stats] No "views" counted & footer.php’ is closed to new replies.