removing testimonial template files
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 16 Aug 2018 17:59:13 +0000 (13:59 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 16 Aug 2018 17:59:13 +0000 (13:59 -0400)
archive-testimonial.php [deleted file]
single-testimonial.php [deleted file]

diff --git a/archive-testimonial.php b/archive-testimonial.php
deleted file mode 100644 (file)
index 10e80e5..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php get_header(); ?>
-    <div class="main">
-        <?php get_template_part('parts/testimonial');?>
-        <div id="content-wrapper">
-             <div class="row">
-             </div>
-             <div class="row">
-                <div id="main-content" class="small-11 small-centered columns">
-                    <?php $pageData = get_post(27);?>
-                    <?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();?>
-                    <hr>
-                    <?php endwhile;?>
-                    <div class="navigation">
-                        <span class="newer"><?php previous_posts_link(__('« Newer','example')) ?></span> <span class="older"><?php next_posts_link(__('Older »','example')) ?></span>
-                    </div><!-- /.navigation -->
-                    <?php else:?>
-                    <p><?php _e('Sorry, no posts yet');?></p>
-                    <?php endif;?>
-                </div>
-            </div>
-        </div>
-<?php get_footer(); ?>
\ No newline at end of file
diff --git a/single-testimonial.php b/single-testimonial.php
deleted file mode 100644 (file)
index 69a5dad..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php get_header(); ?>
-    <div class="main">
-        <?php get_template_part('parts/testimonial');?>
-        <div id="content-wrapper">
-             <div class="row">
-             </div>
-             <div class="row">
-                <div id="main-content" class="small-11 small-centered columns">
-                    <?php if(have_posts()) : while(have_posts()): the_post();?>
-                    <h2><?php the_title();?></h2>
-                    <?php the_content();?>
-                    <?php endwhile; else:?>
-                    <p><?php _e('Sorry, no posts yet');?></p>
-                    <?php endif;?>
-                </div>
-            </div>
-        </div>
-<?php get_footer(); ?>
\ No newline at end of file