-m Add breadcrumbs to associate tempalte
authorLaury GvR <laury@gaslightmedia.com>
Mon, 16 May 2016 17:46:37 +0000 (13:46 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 16 May 2016 17:46:37 +0000 (13:46 -0400)
glm-associate-template.php

index 15090c6..ccd755f 100644 (file)
@@ -11,6 +11,7 @@ Template Name: GLM Associate Template
     <div id="content-wrapper">
         <div class="row">
             <div id="main-content" class="small-12 columns">
+            <?php get_template_part('parts/bread-crumbs'); ?>
             <?php if(have_posts()) : while(have_posts()): the_post();?>
             <?php the_content();?>
             <?php endwhile; else:?>