Title: Where To Put Hide-Smiley Code?
Last modified: August 19, 2016

---

# Where To Put Hide-Smiley Code?

 *  [johnywhy](https://wordpress.org/support/users/johnywhy/)
 * (@johnywhy)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/where-to-put-hide-smiley-code/)
 * where does one put the code to hide the smiley? –ok, it seems to work at the 
   end of the stylesheet…
 * img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

Viewing 1 replies (of 1 total)

 *  [rekall](https://wordpress.org/support/users/rekall/)
 * (@rekall)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/where-to-put-hide-smiley-code/#post-666805)
 * put this in your footer.php AFTER the call to wp_footer();
 * <script type=”text/javascript”>
    var e = document.getElementById(“wpstats”); 
   e.style.width = “0px”; e.style.height= “0px”; e.style.overflow = “hidden”; </
   script>

Viewing 1 replies (of 1 total)

The topic ‘Where To Put Hide-Smiley Code?’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [rekall](https://wordpress.org/support/users/rekall/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/where-to-put-hide-smiley-code/#post-666805)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
