Title removed from template
authorLaury GvR <laury@gaslightmedia.com>
Wed, 26 Nov 2014 19:38:26 +0000 (14:38 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 26 Nov 2014 19:38:26 +0000 (14:38 -0500)
index.php

index 6b1f99a..34cf94a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -23,7 +23,6 @@
     <div class=" row">
         <div class="small-12 columns">
             <?php if(have_posts()) : while(have_posts()): the_post();?>
-            <h1><?php the_title();?></h1>
             <?php the_content();?>
             <?php endwhile; else:?>
             <p><?php _e('Sorry, no posts yet');?></p>