Breadcrumbs added.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 24 Jul 2018 23:25:29 +0000 (19:25 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 24 Jul 2018 23:25:29 +0000 (19:25 -0400)
parts/main-content.php
sections/interior-page.php

index 5a9ccd0..1f6288f 100644 (file)
@@ -1,4 +1,10 @@
             <div id="main-content" class="small-12 columns">
+                <?php if(function_exists('bcn_display') && !is_front_page() && !is_member())
+                {
+                    echo "<div class=\"breadcrumbs small-12 columns\">";
+                    bcn_display();
+                    echo "</div>";
+                }?>
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
                 <?php endwhile; else:?>
index 67c1733..82ec1f8 100644 (file)
@@ -21,7 +21,6 @@
         <?php 
             
             switch($template){
-             
                 // Members only template
                 case "glm-members-only.php": ?>
                     <div class="row">