moving enews sticky form to front page only
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Dec 2018 15:01:49 +0000 (10:01 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Dec 2018 15:01:49 +0000 (10:01 -0500)
index.php
sections/front-page.php

index 9e09c9a..e6932e5 100644 (file)
--- a/index.php
+++ b/index.php
@@ -44,7 +44,8 @@
         </div>
         <?php get_template_part('sections/county-map-dropdown'); ?>
         <?php get_template_part('sections/blog-dropdown'); ?>
-        <?php get_template_part('parts/enews-sticky'); ?>
+        
+        
         <ul id="dropdown-events-search" class="sub-menu dropdown">
             <div class="">
                 <?php apply_filters('events_search_widget', ''); ?>  
index 7e9128e..e6c2ea3 100644 (file)
@@ -30,6 +30,7 @@
         <?php get_template_part('parts/frontpage-masonry'); ?>
         <?php apply_filters('events_search_widget', ''); ?>       
         <?php get_template_part('parts/glm-blocks-front'); ?>
+        <?php get_template_part('parts/enews-sticky'); ?>
        
     </div>
 </main>
\ No newline at end of file