removed the breadcrumbs
authorIan Weller <ian@gaslightmedia.com>
Fri, 9 Jun 2017 15:39:58 +0000 (11:39 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 9 Jun 2017 15:39:58 +0000 (11:39 -0400)
I removed the breadcrumbs on the narrow page template that most of the
pages were on.

page-narrow-template.php

index db88d10..162e830 100644 (file)
@@ -17,11 +17,6 @@ get_header(); ?>
     </div>
         <?php } else { ?>
         <div id="content-wrapper">
-            <div class="row">
-                <?php
-                get_template_part('parts/bread-crumbs');
-                ?>
-            </div>
             <div class="row">
                 <div id="main-content" class="small-12 medium-10 medium-centered columns">
                         <?php if(have_posts()) : while(have_posts()): the_post();?>