moving the blocks below the posts again
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Sep 2016 20:30:10 +0000 (16:30 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Sep 2016 20:30:10 +0000 (16:30 -0400)
front-page.php
parts/blog-feed-home.php

index 5530361..da29e3e 100644 (file)
@@ -4,7 +4,11 @@
     <div class="row" data-equalizer data-options="equalize_on_stack: false">
         <div id="front" class="small-12 medium-7 large-8 columns" data-equalizer-watch>
             <?php get_template_part('parts/blog-feed-home');?>
-         
+            <div class="row collapse">
+                <div class="row blocks">
+                    <?php get_template_part('parts/glm-blocks');?>
+                </div>
+    </div>
             <div id="video" class="small-12 columns">
                 <div class="row">
                     <div class="video-img small-12 medium-3 large-3 columns">
index 220b9c6..e98c111 100644 (file)
@@ -1,10 +1,5 @@
 <?php $args = array( 'numberposts' => 3, 'category' => 29);?>
 <h1>EMMET COUNTY NEWS</h1>
-   <div class="row collapse">
-        <div class="row blocks">
-            <?php get_template_part('parts/glm-blocks');?>
-        </div>
-    </div>
 <div id="home-feed-posts">
 <?php
 $lastposts = get_posts( $args );