Remove the title
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 13 May 2015 16:43:40 +0000 (12:43 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 13 May 2015 16:43:40 +0000 (12:43 -0400)
using h1 from worppress content section

page.php

index 4ab7eb2..5c28959 100644 (file)
--- a/page.php
+++ b/page.php
@@ -14,7 +14,6 @@
             <!-- kitchensink check - delete me before going live -->
             <div class="row">
                 <div class="small-10 small-centered columns">
-                    <h1 id="titles"><?php the_title(); ?></h1>
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
                     <?php the_content();?>
                     <?php endwhile; else:?>