Skip to content

Instantly share code, notes, and snippets.

View kprimdal's full-sized avatar

Kristian Primdal kprimdal

View GitHub Profile
@kprimdal
kprimdal / embed-gist.php
Created October 2, 2012 20:40 — forked from roborourke/embed-gist.php
WP: Adds autoembedding of gist urls in WordPress
<?php
/**
* Usage:
* Paste a gist link into a blog post or page and it will be embedded eg:
* https://gist.github.com/2926827
*
* If a gist has multiple files you can select one using a url in the following format:
* https://gist.github.com/2926827?file=embed-gist.php
*/
@kprimdal
kprimdal / wp-query-ref.php
Created September 29, 2012 14:57 — 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(