Skip to content

Instantly share code, notes, and snippets.

View Sympho's full-sized avatar
🤘
Rock

Azim Kurt Sympho

🤘
Rock
View GitHub Profile
@Sympho
Sympho / setup.md
Created August 15, 2022 15:10 — forked from akella/setup.md
My Setup
@Sympho
Sympho / wp-query-ref.php
Created June 12, 2016 19:02 — 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(
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<title>Draggable</title>
</head>
var Environment = (function () {
var _mqDesktop, _mqMobile;
function getMobileMediaQuery() {
return _mqMobile || (_mqMobile = window.matchMedia("(max-width: 719px)"));
}
function getDesktopMediaQuery() {
return _mqDesktop || (_mqDesktop = window.matchMedia("(min-width: 720px)"));