Update static text
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Dec 2014 16:28:27 +0000 (11:28 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Dec 2014 16:28:27 +0000 (11:28 -0500)
Use the WordPress Content

index.php
page.php

index 7794643..de2ed83 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -7,8 +7,11 @@
                     <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; else:?>
+                            <p><?php _e('Sorry, no posts yet');?></p>
+                            <?php endif;?>
                             <div class="row" id="select">
                                 <a><img src="assets/images_for_website/arrow-left.png">Prev</a> <img src="assets/images_for_website/white-dot.png"> <img src="assets/images_for_website/grey-dot.png"> <img src="assets/images_for_website/grey-dot.png"> <a>Next<img src="assets/images_for_website/arrow-right.png"></a>
                             </div>
index 8d10289..8c86db4 100755 (executable)
--- a/page.php
+++ b/page.php
@@ -4,10 +4,10 @@
                     <div id="back" class="columns">
                         <div class="columns overlay">
                         <?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;?>
+                        <?php the_content();?>
+                        <?php endwhile; else:?>
+                        <p><?php _e('Sorry, no posts yet');?></p>
+                        <?php endif;?>
                         </div>
                     </div>
                 </div>