From: Laury GvR Date: Thu, 4 Dec 2014 21:24:49 +0000 (-0500) Subject: Frontpage cycle now using tags X-Git-Tag: v1.0.0~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6a33045cc262f64cf81d6d177cda3c0d04036119;p=WP-Themes%2FPrestonFeather.git Frontpage cycle now using tags --- diff --git a/front-page.php b/front-page.php index 20755a5..95ae7ad 100644 --- a/front-page.php +++ b/front-page.php @@ -46,7 +46,7 @@ data-cycle-log="false" > 4, 'category_name' => 'Preston Feather' ); +$args = array( 'numberposts' => 4, 'tag' => 'frontpage-cycle' ); $lastposts = get_posts( $args ); foreach($lastposts as $post) : setup_postdata($post); ?>