projects
/
WP-Themes
/
thinkdunes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6174279
)
Show share this on other area only on event detail pages.
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 23 May 2016 17:57:46 +0000
(13:57 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 23 May 2016 17:57:46 +0000
(13:57 -0400)
parts/bread-crumbs.php
patch
|
blob
|
history
diff --git
a/parts/bread-crumbs.php
b/parts/bread-crumbs.php
index
65c72d2
..
3653f7c
100644
(file)
--- a/
parts/bread-crumbs.php
+++ b/
parts/bread-crumbs.php
@@
-1,4
+1,7
@@
+<?php $memberEventDetailOption = get_option('glm_members_database_option_event_detail_id');
+if ( $memberEventDetailOption != $post->ID ) :?>
<?php echo '<span id="shareThisOrange" class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'">+ Share</span>'; ?>
+<?php endif; ?>
<?php if(function_exists('bcn_display') && !is_front_page())
{
echo "<div class=\"breadcrumbs\">";