Get rid of hr on single page
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 10 Apr 2015 14:41:39 +0000 (10:41 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 10 Apr 2015 14:41:39 +0000 (10:41 -0400)
single-testimonial.php

index 4a2b710..b23ae3f 100644 (file)
@@ -12,7 +12,6 @@
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
                     <h2><?php the_title();?></h2>
                     <?php the_content();?>
-                    <hr>
                     <?php endwhile; else:?>
                     <p><?php _e('Sorry, no posts yet');?></p>
                     <?php endif;?>