From 52c052ec7e9ed8a69c912a52a72af0318505922d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 3 Feb 2016 11:30:57 -0500 Subject: [PATCH] added separate section for guest bloggers excerpt --- index.php | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/index.php b/index.php index 2694e1b..51f18c4 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,41 @@
+ 1, + 'posts_per_page' => 1 + ); + $the_query = new WP_Query($args); ?> + + have_posts()) : $the_query->the_post(); ?> +
+ ID, 'blog-feed-front'); ?> + +
+ +
+
+ +
+ +
> +
+

+ Posted on +
+ + + +
+ +
+
+ + + + +
@@ -41,4 +76,6 @@
+
+ -- 2.17.1