From 0578f74908f9a14965c665a0e41b4eace91476ca Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 27 Jun 2017 11:22:19 -0400 Subject: [PATCH] removing guest blogger category from outputting above other posts, bumping theme version number there was a check in the post loop to for the cat id of a post to display the guest bloggers first, removed that so they just display as normmal --- index.php | 36 ------------------------------------ style.css | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/index.php b/index.php index 5e4f342..7ea73df 100644 --- a/index.php +++ b/index.php @@ -1,44 +1,8 @@
- 1, - 'posts_per_page' => 1 - ); - $the_query = new WP_Query($args); ?> - - have_posts()) : $the_query->the_post(); ?> - ID; ?> -
- ID, 'blog-feed-front'); ?> - -
- -
-
- -
- -
> -
-

- Posted on -
- - - -
- -
-
- - - - - ID == $do_not_duplicate) continue; ?>
ID, 'blog-feed-front'); ?> diff --git a/style.css b/style.css index 7c87ae5..f880d15 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: keweenawblog Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for keweenawblog -Version: 1.1.0 +Version: 1.1.5 */ -- 2.17.1