projects
/
WP-Themes
/
AdelaineConstruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8363df8
)
Don't want page output on single page.
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 10 Apr 2015 14:47:23 +0000
(10:47 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 10 Apr 2015 14:47:23 +0000
(10:47 -0400)
Remove the single page content.
single-testimonial.php
patch
|
blob
|
history
diff --git
a/single-testimonial.php
b/single-testimonial.php
index
b23ae3f
..
85a7911
100644
(file)
--- a/
single-testimonial.php
+++ b/
single-testimonial.php
@@
-7,8
+7,6
@@
</div>
<div class="row">
<div id="main-content" class="small-11 small-centered columns">
- <?php $pageData = get_page_by_title('testimonials');?>
- <?php echo apply_filters('the_content', $pageData->post_content);?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<h2><?php the_title();?></h2>
<?php the_content();?>