From 29248d25594f055cfda17deb68212c24982aa824 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 6 Nov 2019 13:12:40 -0500 Subject: [PATCH] No longer display categories in blog sidebar (client request) --- header.php | 2 +- parts/blog-sidebar-r.php | 20 ++++++++++---------- style.css | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/header.php b/header.php index bf8af21..4666ecd 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title(); ?> - + diff --git a/parts/blog-sidebar-r.php b/parts/blog-sidebar-r.php index c051ab4..cfd2966 100644 --- a/parts/blog-sidebar-r.php +++ b/parts/blog-sidebar-r.php @@ -17,17 +17,17 @@

Archive

-

Categories

- + \ No newline at end of file diff --git a/style.css b/style.css index 21d1598..f5205a7 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: PetoskeyArea Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for PetoskeyArea -Version: 1.1.4 +Version: 1.1.5 */ -- 2.17.1