replacing the search.php with the search.php code from petosega
authorIan Weller <ian@gaslightmedia.com>
Tue, 8 Mar 2016 14:13:19 +0000 (09:13 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 8 Mar 2016 14:13:19 +0000 (09:13 -0500)
root/search.php

index 5170eb2..b7e5d7e 100644 (file)
@@ -8,7 +8,7 @@
     </div>
     
     <div class="row">
-        <div id="blog-posts-over" class="small-12 medium-9 columns">
+        <div id="blog-posts-over" class="small-12 columns">
             <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php if (is_search() && (isset($_GET['searchType']) && $_GET['searchType'] == 'blog') && ($post->post_type=='page')) continue; ?>
             <div class="row content search-result-container">
             </div><!-- /#post-404 -->
             <?php endif;?>
         </div>
-    </div>
+            
+            <?php } ?> <!-- end empty query check -->
+        </div>
+    
     <?php get_footer(); ?>