Skip to content

Instantly share code, notes, and snippets.

@cgiovanii
cgiovanii / bones
Created November 4, 2013 12:58
php: bones_head_cleanup
/*********************
WP_HEAD GOODNESS
The default wordpress head is
a mess. Let's clean it up by
removing all the junk we don't
need.
*********************/
function bones_head_cleanup() {
// category feeds
@cgiovanii
cgiovanii / ir.css
Last active January 17, 2019 17:05
Css: Image replacement
.ir { /*Image replacement */
border:0;
font: 0/0 a;
color:transparent;
background-color: transparent;
}