From: Anthony Talarico Date: Tue, 27 Jun 2017 15:22:19 +0000 (-0400) Subject: removing guest blogger category from outputting above other posts, bumping theme... X-Git-Tag: v1.1.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0578f74908f9a14965c665a0e41b4eace91476ca;p=WP-Themes%2Fkeweenaw.git 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 --- 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 */