From 47051d39f8605d8e7a2b1f958872b937bf323ca6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 6 Nov 2015 10:56:34 -0500 Subject: [PATCH] Used post type checking to remove blog sidebar only if post is of event type --- single.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/single.php b/single.php index 3383484..bb97bef 100644 --- a/single.php +++ b/single.php @@ -1,7 +1,13 @@
-
+ '; + } else { + echo '
'; + } + ?>
@@ -47,6 +53,10 @@
- +
-- 2.17.1