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:
1589b7f
)
moved glm header function and added breadcrumbs to archive page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jan 2016 17:49:12 +0000
(12:49 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jan 2016 17:49:12 +0000
(12:49 -0500)
archive.php
patch
|
blob
|
history
diff --git
a/archive.php
b/archive.php
index
47d91e5
..
71342eb
100644
(file)
--- a/
archive.php
+++ b/
archive.php
@@
-1,7
+1,16
@@
<?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-archive">
+
<article <?php post_class() ?> id="interior">
- <?php GLM_get_header(); ?>
+
</article>
<div class="row">
<div id="blog-posts-over" class="small-12 medium-9 columns">