No breadcrumbs on homepage. Also various.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 7 Oct 2014 15:11:07 +0000 (11:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 7 Oct 2014 15:11:07 +0000 (11:11 -0400)
index.php
page-38.php
style.css

index 17739d1..b28edba 100644 (file)
--- a/index.php
+++ b/index.php
@@ -8,13 +8,13 @@
                     </aside> <!-- left-off-canvas-menu -->
                     <div id="main" class="small-12 medium-9 columns">
                         <br> <br>
-                        <div class="breadcrumbs">
-                            <?php if(function_exists('bcn_display'))
+                        <?php if(function_exists('bcn_display') && !is_front_page())
                             {
-                                bcn_display();
+                                echo "<div class=\"breadcrumbs\">";
+                                    bcn_display();
+                                echo "</div><br><br>";
+                                
                             }?>
-                            <br> <br>
-                        </div>
                         <div id="toolbox">
                             <?php if(have_posts()) : while(have_posts()): the_post();?>
                             <?php the_content();?>
index a2d518b..0d0720d 100644 (file)
@@ -7,13 +7,14 @@
                     </aside> <!-- left-off-canvas-menu -->
                     <div id="main" class="small-12 medium-9 columns">
                         <br> <br>
-                        <div class="breadcrumbs">
-                            <?php if(function_exists('bcn_display'))
+                        
+                            <?php if(function_exists('bcn_display') && !is_front_page())
                             {
-                                bcn_display();
+                                echo "<div class=\"breadcrumbs\">";
+                                    bcn_display();
+                                echo "</div><br><br>";
                             }?>
                             <br> <br>
-                        </div>
                         <div id="toolbox">
                             <?php if(have_posts()) : while(have_posts()): the_post();?>
                             <?php the_content();?>
index ad0d666..b1f54ab 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -412,4 +412,4 @@ aside.left-off-canvas-menu ul.off-canvas-list li a {
 
 #myc-map {
     width: 100%;
-}
\ No newline at end of file
+}