added breadcrumbs to single posts
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jan 2016 16:36:02 +0000 (11:36 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jan 2016 16:36:02 +0000 (11:36 -0500)
single.php

index c13d4d8..c85ff0c 100644 (file)
@@ -5,6 +5,9 @@
 <?php get_template_part('parts/off-canvas_menu');?>
     <main class="blog-single">    
         <div class="row">
+            <?php
+                get_template_part('parts/bread-crumbs');
+            ?>
             <?php if (get_post_type( $post ) == "ai1ec_event") { ?>
             <div id="blog-posts-over" class="small-12 medium-11 columns">
             <?php } ?>