projects
/
WP-Themes
/
crawfordco.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15578e
)
Breadcrumbs added to events on single.php
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 8 Sep 2015 15:06:25 +0000
(11:06 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 8 Sep 2015 15:06:25 +0000
(11:06 -0400)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
2bd610b
..
1de11a9
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-3,6
+3,10
@@
<div class="row">
<?php if (get_post_type( $post ) == "ai1ec_event") { ?>
<div id="blog-posts-over" class="ai1ec-post small-12 medium-10 medium-centered columns">
+
+ <?php
+ get_template_part('parts/bread-crumbs');
+ ?>
<?php } else { ?>
<div id="blog-posts-over" class="small-12 medium-10 medium-centered columns">
<?php } ?>