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:
2f9f574
)
Don't show crowd lens for event pages
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 22:04:36 +0000
(17:04 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 22:04:36 +0000
(17:04 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
835b835
..
ce98a1b
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-23,10
+23,12
@@
<div class="small-12 columns small-center text-center">
<a id="big-lens"><h1>#DiscoverKZoo</h1></a>
</div>
- </div>
+ </div>
+ <?php if ((get_post_type( $post ) != "ai1ec_event") || ($post == get_post(3198))) { ?>
<div id="bottom-lens">
<script id="cr__init-38a0f95d" src="https://embed.crowdriff.com/js/init?hash=38a0f95d"></script>
</div>
+ <?php } ?>
</div>
<?php get_footer(); ?>