Skip to content

Instantly share code, notes, and snippets.

View federicapiccolo's full-sized avatar

federicapiccolo

View GitHub Profile
@federicapiccolo
federicapiccolo / wp-query-ref.php
Created February 2, 2018 10:45 — 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#Parameters
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php
*/
$args = array(
@federicapiccolo
federicapiccolo / 0_reuse_code.js
Created December 17, 2015 16:13
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console