Skip to content

Instantly share code, notes, and snippets.

@webverstalshik
webverstalshik / wp-query-ref.php
Created March 1, 2016 15:04 — 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 lang="en">
<head>
<meta charset="UTF-8">
<title>Data-filter HTML 5</title>
<style>
section{
display:block;
float:left;
border:2px solid green;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Responsive menu</title>
<!--Не забываем подключить Font-Awesome и IonIcons -->
<style>
/* Navigation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tabs</title>
<style>
.tabs{
display:inline-block;
}
.tabs > div{