Skip to content

Instantly share code, notes, and snippets.

View dbisso's full-sized avatar

Dan Bissonnet dbisso

View GitHub Profile
@dbisso
dbisso / gist:2043118
Created March 15, 2012 09:12 — forked from luetkemj/wp-query-ref.php
WP: Query $args
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query
* Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php
*/
$args = array(
@dbisso
dbisso / gist:2002198
Created March 8, 2012 17:24
CSS: Image Replacement
.ir {
border:0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}