Simple way to remove the little smiley face caused bystats plugin at your WordPress Footer
1 – navigate to Jetpack options
2 – On WordPress.com Stats block press Configure.
3 – Check the option that says ” hide the smiley face image”
another geeky way : P , just add this to your style.css file
/* to remove the smiley face at footer */ img#wpstats { display: none; }
Tags: featured
pingram: Ok, my original comment is a tad opinionated so I should at least back...
pingram: Nothing against the author but this is terrible that in 2017 we can't ...
Shawn Wernig: Yes, that's a good suggestion. Even if you're only looking for a singl...
Morten Hartvig: HI! Wouldn't it be faster/less memory dependent if you put a LIMIT 1 i...
Dev: I think it can not be added in functions.php it's a nice tutorial hel...