projects
/
WP-Themes
/
glmthemes
/
crawfordcounty-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c2ee9
)
fixing conditional that removes sidebar from all non events template pages
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 26 Jan 2017 21:25:55 +0000
(16:25 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 26 Jan 2017 21:25:55 +0000
(16:25 -0500)
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
d26f115
..
f5d8110
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-1,4
+1,4
@@
-<?php if (
!get_page_template_slug( $post->ID ) =
== "events-template.php" ) { ?>
+<?php if (
get_page_template_slug( $post->ID ) !
== "events-template.php" ) { ?>
<div id="side-nav" class="medium-4 large-3 columns show-for-medium-up">
<div class="row collapse">
<?php glm_side_menu(); ?>