From 6a33045cc262f64cf81d6d177cda3c0d04036119 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 4 Dec 2014 16:24:49 -0500 Subject: [PATCH] Frontpage cycle now using tags --- front-page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ?>
-- 2.17.1