Skip to content

Instantly share code, notes, and snippets.

View smartcatdev's full-sized avatar

Bilal Hassan smartcatdev

  • Bilal Hassan
  • Kingston, Ontario
  • 03:13 (UTC -04:00)
View GitHub Profile
<?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(
@smartcatdev
smartcatdev / homepage.php
Created August 15, 2014 19:09
All Roads Homepage Template File
<div id='allroads-homepage' class='allroads-homepage right uk-width-1-1 homepage-height'>
<!-------------------------- ROW #1 ------------------------>
<div class='left uk-width-1-1 uk-width-medium-2-3 background padding30 center homepage-post row-1-bg'>
<div class="homepage-book-prev">
<img class="guidebook-image" src="/wp-content/uploads/guidebook-cta-image.png">
</div>
<div class="homepage-blurb">
<p>We've written the book on <span class="bold">Authoritative Branding:</span> how All Roads can help you to capitalize on the <span class="bold">best resource</span> you've overlooked.</p>
<p class="guidebook-button"><a href="/how-we-do-it/" class="uk-button uk-button-primary">View the Guidebook</a></p>
</div>