projects
/
WP-Themes
/
FairEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d56fc1
)
Remove blog sidebar from events
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 11 Jan 2016 19:40:43 +0000
(14:40 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 11 Jan 2016 19:40:43 +0000
(14:40 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
ab0e4ca
..
931cb66
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-50,6
+50,8
@@
</div><!-- /#post-404 -->
<?php endif;?>
</div>
+ <?php if (get_post_type( $post ) == "ai1ec_event") {
+ } else { ?>
<div class="small-11 small-only-text-center medium-3 columns">
<div id="blog-side-info">
<form id="searchform" action="<?php bloginfo('url'); ?>" method="get">
@@
-83,6
+85,7
@@
</ul>
</div>
</div>
+ <?php } ?>
</div>
-</main>
+
</main>
<?php get_footer(); ?>