How To Remove The WordPress Stats Footer Smiley

by Bryan on September 22, 2008

If you are a WordPress user and you are utilizing the WordPress stats services you’ve probably noticed that the service also comes is a very small smiley face addition to your blog footer.  The smiley was added as a visual way to ensure the stats are tracking and is not something that can be removed directly from the plugin code.

Like many other bloggers I do like the WordPress stats service but do not really care for the footer smiley addition.  I see questions regarding removing the smiley all the time in the WordPress forums.  WordPress.org does offer documentation for hiding the tiny mark but it seems people have trouble finding the page.

If any of you would like to hide your WordPress Stats footer smiley it can be easily done with one line of code added to your theme’s stylesheet (style.css).  Just add the following and you’ll be all set.

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

Back to blogging. :)

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>