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