From: Anthony Talarico Date: Fri, 6 Nov 2015 15:56:34 +0000 (-0500) Subject: Used post type checking to remove blog sidebar only if post is of event type X-Git-Tag: v1.0.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=47051d39f8605d8e7a2b1f958872b937bf323ca6;p=WP-Themes%2Fbpla.git Used post type checking to remove blog sidebar only if post is of event type --- 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 @@
- +