Skip to content

Instantly share code, notes, and snippets.

View victoras's full-sized avatar
💭
Building wplook.com

Victor T. victoras

💭
Building wplook.com
  • WPlook
  • Montreal
View GitHub Profile
@victoras
victoras / style.css
Created October 20, 2012 16:38 — forked from valeriu/style.css
WP-CSS: Wordpress classes
/* =============================================================================
WordPress WYSIWYG Editor Styles
========================================================================== */
.entry-content img {
margin: 0 0 1.5em 0;
max-width: 100%;
height: auto;
}
.alignleft, img.alignleft {
@victoras
victoras / gist:3923913
Created October 20, 2012 16:37 — forked from valeriu/gist:2033212
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(