removed gert_page_by_title functions
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 29 Jan 2016 20:54:22 +0000 (15:54 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 29 Jan 2016 20:54:22 +0000 (15:54 -0500)
archive-testimonial.php

index 63b25d1..7a87c9b 100644 (file)
@@ -7,7 +7,7 @@
              </div>
              <div class="row">
                 <div id="main-content" class="small-11 small-centered columns">
-                    <?php $pageData = get_page_by_title('testimonials');?>
+                    <?php $pageData = get_post(40);?>
                     <?php echo apply_filters('the_content', $pageData->post_content);?>
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
                     <h2><?php the_title();?></h2>