editing breadcrumbs.
authorIan Weller <ian@gaslightmedia.com>
Fri, 12 May 2017 13:30:54 +0000 (09:30 -0400)
committerIan 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

index 3963456..5919514 100644 (file)
@@ -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>";
                                         }