projects
/
WP-Themes
/
phsacf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
470b545
)
editing breadcrumbs.
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 12 May 2017 13:30:54 +0000
(09:30 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 12 May 2017 13:30:54 +0000
(09:30 -0400)
I edited the breadcrumbs to remove the share this that was in the
breadcrumb container.
sections/interior-page.php
patch
|
blob
|
history
diff --git
a/sections/interior-page.php
b/sections/interior-page.php
index
3963456
..
5919514
100644
(file)
--- a/
sections/interior-page.php
+++ b/
sections/interior-page.php
@@
-4,8
+4,7
@@
<div class="small-12 large-push-4 large-8 columns">
<?php if(function_exists('bcn_display') && !is_front_page())
{
- echo "<div class=\"breadcrumbs small-12 columns\">";
- echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>';
+ echo "<div class=\"breadcrumbs small-12 columns\">";
bcn_display();
echo "</div>";
}