projects
/
WP-Themes
/
otsego.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8c545
)
added breadcrumbs to single posts
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 5 Jan 2016 16:36:02 +0000
(11:36 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 5 Jan 2016 16:36:02 +0000
(11:36 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
c13d4d8
..
c85ff0c
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-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 } ?>