Skip to content

Instantly share code, notes, and snippets.

View TobyHowarth's full-sized avatar

Toby Howarth TobyHowarth

View GitHub Profile
@TobyHowarth
TobyHowarth / SLide Loop
Created November 15, 2012 09:35
Slide Loop
<?php
/*
Template Name: Homepage
*/
$blog = new WP_Query('category_name=articles&posts_per_page=1');
$featured_products = new WP_Query('category_name=featured&posts_per_page=10');
?>