Front page editable in editor
authorLaury GvR <laury@gaslightmedia.com>
Thu, 19 Feb 2015 18:09:21 +0000 (13:09 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 19 Feb 2015 18:09:21 +0000 (13:09 -0500)
front-page.php

index 63016ee..2c346f7 100755 (executable)
@@ -9,8 +9,11 @@
                                         <?php echo do_shortcode('[metaslider id=208]'); ?>
                                         <?php echo do_shortcode('[metaslider id=168]'); ?>
                                     </div>
-                                    <h3>Tom's Mom's Cookies</h3>
-                                    <p>For 30 years, we have been baking award-winning cookies using the same recipe, in the same small resort town in northern Michigan. Our chocolate chunks are hand-cut from 10 lb. bars of creamy semi-sweet chocolate and we use only the finest pecans, walnuts, almonds, macadamia nuts and locally grown Michigan dried cherries available. Weighing in at a hefty 3 ounces each, our soft and chewy cookies are for the serious cookie lover!</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>
                             </div>