Don't want page output on single page.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 10 Apr 2015 14:47:23 +0000 (10:47 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 10 Apr 2015 14:47:23 +0000 (10:47 -0400)
Remove the single page content.

single-testimonial.php

index b23ae3f..85a7911 100644 (file)
@@ -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();?>