Show the front page's editor content in the area below the header
authorLaury GvR <laury@gaslightmedia.com>
Fri, 14 Jun 2019 15:42:38 +0000 (11:42 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 14 Jun 2019 15:42:38 +0000 (11:42 -0400)
sections/front-page.php

index fb3ca56..24a91f8 100644 (file)
@@ -1,18 +1,8 @@
                     <div id="header-separator" class="header-separator-front">
                         <div id="header-separator-content">
-                            <h1>EXPLORE THE KEWEENAW</h1>
-                            <p>
-                            Where adventure falls from the sky, grows from the ground and springs from Lake Superior
-
-                            Here is where the largest fresh waters on earth create a peninsula called the Keweenaw.
-                            Escape to Isle Royal National Park and find solitude in the pristine, remote wilderness
-                            while sharing trails with the island’s moose and wolves. Or escape into history by visiting
-                            the Keweenaw National Historic Park in Calumet, Michigan and experience the epic copper
-                            boom that helped build the United States by touring an underground mine. Hike, peddle,
-                            paddle, ski, snowshoe and ride countless miles of world class trails or listen to Lake
-                            Superior’s soothing waves as they crash along our secluded beach shores. In the Keweenaw,
-                            endless vacation discoveries await! 
-                            </p>
+                        <?php if(have_posts()) : while(have_posts()): the_post();?>
+                            <?php the_content();?>
+                        <?php endwhile;endif; ?>
                         </div>
                     </div>
                     <main class="page-front">
@@ -36,7 +26,6 @@
                                 </div>
                             </div>
                             <div class="row">
-                                <?php // get_template_part('parts/main-content');?>
 
                                 <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
                                     <?php //get_sidebar(); ?>