Replace static text
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Dec 2014 16:21:09 +0000 (11:21 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Dec 2014 16:21:09 +0000 (11:21 -0500)
Need to output WordPress content.

front-page.php

index 54dc5ed..b09e3a5 100755 (executable)
@@ -7,8 +7,9 @@
                     <div id="no-space" class="columns">
                         <div class="front_overlay right">
                             <img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/silver-symbol.png">
-                            <p>One of Charlevoix's premiere restaurants, Grey Gables offers nightly dining, a full service bar, and seasonal weekend entertainment.</p>
-                            <p>Today Grey Gables continues to offer the kind of traditional up-north dining experience that has made the restaurant a favorite Charlevoix destination for nearly 75 years. Owners Kelly and Darren Romano are Culinary Institute of America graduates. Their recipe for success combines a flair for creativity with the freshest ingredients to provide a satisfying dining experience that will leave a lasting impression.</p>
+                            <?php if(have_posts()) : while(have_posts()): the_post();?>
+                            <?php the_content();?>
+                            <?php endwhile;endif;?>
                             <div class="row" id="select">
                                 <a><img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/arrow-left.png">Prev</a> <img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/white-dot.png"> <img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/grey-dot.png"> <img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/grey-dot.png"> <a>Next<img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/arrow-right.png"></a>
                             </div>