projects
/
WP-Themes
/
saultstemarie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f2253e
)
added full page width breadcrumbs to single blog page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 15 Jan 2016 21:23:41 +0000
(16:23 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 15 Jan 2016 21:23:41 +0000
(16:23 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
8d8d76a
..
42b2512
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-1,9
+1,14
@@
<?php get_header(); ?>
<?php glm_get_header(); ?>
-
+<div id="bread-row">
+ <div class="row">
+ <?php
+ get_template_part('parts/bread-crumbs');
+ ?>
+ </div>
+</div>
<main class="blog-single">
<div class="row">
- <?php get_template_part('parts/bread-crumbs'); ?>
<div id="blog-posts-over" class="small-12 medium-9 columns">
<h1>Sault Ste Marie's Blog</h1>
<?php if(have_posts()) : while(have_posts()): the_post();?>