projects
/
WP-Themes
/
wmta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005279e
)
Remove breadcrumbs on member detail pages
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 30 Jan 2018 14:32:01 +0000
(09:32 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 30 Jan 2018 14:32:01 +0000
(09:32 -0500)
template-parts/content-page.php
patch
|
blob
|
history
diff --git
a/template-parts/content-page.php
b/template-parts/content-page.php
index
70142d3
..
2adb385
100644
(file)
--- a/
template-parts/content-page.php
+++ b/
template-parts/content-page.php
@@
-21,7
+21,7
@@
?>
</header><!-- .entry-header -->
- <?php if ( function_exists('yoast_breadcrumb') )
+ <?php if ( function_exists('yoast_breadcrumb')
&& !is_member()
)
{yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>
<div class="entry-content">