Title: [Plugin: WordPress.com Stats] smiley face on left side bottom
Last modified: August 19, 2016

---

# [Plugin: WordPress.com Stats] smiley face on left side bottom

 *  Resolved [newguyhere](https://wordpress.org/support/users/newguyhere/)
 * (@newguyhere)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpresscom-stats-smiley-face-on-left-side-bottom/)
 * Why is there a smiley face on the bottom of the page? It is on the bottom left
   of mine. It is visible to anyone but not logged in administrators.
    I thought
   it was a sign of a hacker, so I backed up the database and recreated everything.
 * [http://wordpress.org/extend/plugins/stats/](http://wordpress.org/extend/plugins/stats/)

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

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpresscom-stats-smiley-face-on-left-side-bottom/#post-905649)
 * The search works:
    [http://wordpress.org/support/topic/182213?replies=8](http://wordpress.org/support/topic/182213?replies=8)
 *  [christopherross](https://wordpress.org/support/users/christopherross/)
 * (@christopherross)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpresscom-stats-smiley-face-on-left-side-bottom/#post-905903)
 * The smiley face is usually from the WP Stats plugin, I wrote a really simple 
   plugin of my own [ to get rid of it.](http://www.thisismyurl.com/featured/free-downloads/wordpresscom-stats-smiley-remover-plugin/)
 *  [Nathan Reynolds](https://wordpress.org/support/users/nreynolds/)
 * (@nreynolds)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpresscom-stats-smiley-face-on-left-side-bottom/#post-905905)
 * I didn’t really want to bring up a old topic but I was searching for why WP Stats
   put that on my site. However it is easy to remove with css.
 *     ```
       img.wpstats {
       display: none;
       }
       ```
   
 *  [Joel](https://wordpress.org/support/users/jneuenhaus/)
 * (@jneuenhaus)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpresscom-stats-smiley-face-on-left-side-bottom/#post-905910)
 * This worked for me…it was apparently an ID and not a class:
 *     ```
       img#wpstats {
       display: none;
       }
       ```
   
 *  [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpresscom-stats-smiley-face-on-left-side-bottom/#post-905920)
 * Here’s another way to do it:
 * img#wpstats{visibility:hidden; height:0px;}

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

The topic ‘[Plugin: WordPress.com Stats] smiley face on left side bottom’ is closed
to new replies.

## Tags

 * [Stats](https://wordpress.org/support/topic-tag/stats/)

 * 5 replies
 * 6 participants
 * Last reply from: [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpresscom-stats-smiley-face-on-left-side-bottom/#post-905920)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
