projects
/
WP-Themes
/
petoskey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0ddc8
)
removed the breadcrumbs
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 9 Jun 2017 15:39:58 +0000
(11:39 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 9 Jun 2017 15:39:58 +0000
(11:39 -0400)
I removed the breadcrumbs on the narrow page template that most of the
pages were on.
page-narrow-template.php
patch
|
blob
|
history
diff --git
a/page-narrow-template.php
b/page-narrow-template.php
index
db88d10
..
162e830
100644
(file)
--- a/
page-narrow-template.php
+++ b/
page-narrow-template.php
@@
-17,11
+17,6
@@
get_header(); ?>
</div>
<?php } else { ?>
<div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
- </div>
<div class="row">
<div id="main-content" class="small-12 medium-10 medium-centered columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>