02.05.2010 in Home > Internet > WordPress by Namit Gupta

Remove the Little Smiley Face that Appears at the Bottom of your Blog

A little smiley face appears at the bottom of your WordPress blog, which looks like:

wp-smiley-face

What is it?

It’s a small GIF image that the WordPress Stats plugin uses to monitor your page.

If you want to remove it from your blog, it’s very simple. Goto Appearance > Editor > Style.css (whatever your main style sheet is)

Add this code:


img#wpstats {
display: none;
}

This does not in anyway affect the WordPress.com Stats Plugin. I have been using this trick from quite a long time and the plugin is working fine. We have used simple CSS to stop displaying the smiley face on the screen, but its still loading in background so that the WordPress.com Stats plugin can monitor your blog properly.

Related posts:

  1. Manually implement Google Adsense Revenue Sharing in your WordPress Blog
  2. Twittar: WordPress Plugin to Display Twitter Avatar in Comments
  3. Implement Google Adsense Section Targeting in your WordPress blog
  4. Use Security Keys to make WordPress more Secure
  • http://www.whitehatandroid.com/ Shekhar Sahu

    Many sites use 1X1 pixel images, which are invisible but keep user stats, locations etc.