From 002b9325623969c17c0b1274f777d88aaa0ecc8c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 25 Nov 2014 10:05:50 -0500 Subject: [PATCH] use CPT --- front-page.php | 35 +++++------------------------------ 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/front-page.php b/front-page.php index 9949ff7..20755a5 100644 --- a/front-page.php +++ b/front-page.php @@ -26,36 +26,11 @@
-
- 1, 'category_name' => 'Our Latest Design' ); - $lastposts = get_posts( $args ); - foreach($lastposts as $post) : setup_postdata($post); ?> - ID, array(298, 228), array('class' => 'aligncenter')); ?> -

Our Latest Design

- - -
-
- 1, 'category_name' => 'New at Preston Feather' ); - $lastposts = get_posts( $args ); - foreach($lastposts as $post) : setup_postdata($post); ?> - ID, array(298, 228), array('class' => 'aligncenter')); ?> -

New at Preston Feather

- - -
-
- 1, 'category_name' => 'Seasonal Tips' ); - $lastposts = get_posts( $args ); - foreach($lastposts as $post) : setup_postdata($post); ?> - ID, array(298, 228), array('class' => 'aligncenter')); ?> -

Seasonal Tips

- - -
+
-- 2.17.1