Output content to home page
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 19 Nov 2014 15:59:22 +0000 (10:59 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 19 Nov 2014 15:59:22 +0000 (10:59 -0500)
front-page.php

index 4d01503..f987eed 100644 (file)
 <div class="row content">
     <div class="small-12 columns">
     <div class="row">
-        <div class="small-8 small-centered columns">
-            <h1 class="text-center">Welcome</h1>
-            <p id="caption" class="text-center">Since 1915 Prestidather has offered northern Michigan communities the finest and most varied selection of home building and remodeling products. We are locally owned and community oriented business with a goal of keeping our commitments to our customers.</p>
+        <div class="small-8 small-centered columns text-center">
+            <?php if(have_posts()) : while(have_posts()): the_post();?>
+            <?php the_content();?>
+            <?php endwhile; else:?>
+            <p><?php _e('Sorry, no posts yet');?></p>
+            <?php endif;?>
         </div>
     </div>
     <div class="row" id="space">