• Resolved John Latour

    (@john-latour)


    Hi,

    Whenever I install the WordPress.com Stats on my site (www.johnlatourart.com) a mysterious code appears at the bottom of each page (looks almost like a happy face). Any suggestions how to remedy the situation? I’ve left the Plugin activated for your convenience.

    Thanks.

    JL

    http://wordpress.org/extend/plugins/stats/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    In order to tell you all the cool stats about how many visitors you’ve had, which of your posts are most popular, and how people get to your site, the plugin needs a way to track things.

    It’s able to collect this information by loading a small image to your page when someone looks at it, and the developers chose to use a small smiley 🙂

    You can hide it without preventing its function by using display:none.

    Go to Appearance -> Editor in your Dashboard and add this code in your Stylesheet:

    img#wpstats{display:none}

    Thread Starter John Latour

    (@john-latour)

    Hi James,

    Thanks for your quick reply. As you may have guessed, I’m a bit of a newbie to WordPress. I understood 99% of your answer, but not sure where exactly to put the code in the Stylesheet (style.css). I’ve tried inserting it in a few places with no luck. Any more info would be greatly appreciated.

    Cheers.

    John

    Thread Starter John Latour

    (@john-latour)

    Got it. Thanks. J.

    Moderator James Huff

    (@macmanx)

    You’re welcome!

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

The topic ‘[ Plugin: WordPress.com Stats]mysterious happy face’ is closed to new replies.