<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">