projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7068d36
)
Extra event conditional for blog sidebar
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 11 Feb 2016 18:51:13 +0000
(13:51 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 11 Feb 2016 18:51:13 +0000
(13:51 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
52d11b0
..
77fa024
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-76,7
+76,9
@@
</div><!-- /#post-404 -->
<?php endif;?>
</div>
- <?php get_template_part('parts/blog-sidebar-r'); ?>
+ <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
+ <?php get_template_part('parts/blog-sidebar-r'); ?>
+ <?php } ?>
</div>
<?php get_footer(); ?>