From 6295e0e6e103be5b38b573804cfcddd09481090a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 9 Nov 2018 13:14:54 -0500 Subject: [PATCH] fixing blog category ids for the epicenter post sidebar --- header.php | 2 +- parts/blog-sidebar-rss.php | 2 +- single.php | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index ecf6576..7f72ddb 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/parts/blog-sidebar-rss.php b/parts/blog-sidebar-rss.php index 4c667eb..631b3a1 100644 --- a/parts/blog-sidebar-rss.php +++ b/parts/blog-sidebar-rss.php @@ -11,7 +11,7 @@ 5, - 'category' => '53', + 'category' => '70', 'orderby' => 'date', 'order' => 'DESC', 'post_type' => 'post', diff --git a/single.php b/single.php index b861d04..1ae2cb5 100644 --- a/single.php +++ b/single.php @@ -1,7 +1,7 @@ ID); -$isEpicenter = has_category(53, $post->ID); +$isEpicenter = has_category(70, $post->ID); ?>
diff --git a/style.css b/style.css index 654434e..44796cc 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for MountPleasantCVB -Version: 1.2.41 +Version: 1.2.42 */ -- 2.17.1