added sidebar to blog search
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Dec 2015 21:52:57 +0000 (16:52 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Dec 2015 21:52:57 +0000 (16:52 -0500)
search.php

index 333a7ba..b28c2ce 100644 (file)
@@ -8,7 +8,7 @@
     <div id="content-wrapper">
       <div class="row">
        
-       <div id="blog-posts-over" class="small-12 medium-12 columns"> 
+       <div id="blog-posts-over" class="small-12 medium-9 columns"> 
            <?php if (get_search_query() == "") { ?>
            <h2 class="search-result-header small-12 columns">Please enter a query in the search box. </h2>
            <?php } else { ?>
@@ -79,7 +79,7 @@
                               
                 <!-- End of the Contextual/Highlight Search -->
 
-                        <?php //echo (function_exists('the_advanced_excerpt')) ? the_advanced_excerpt(): the_excerpt(); ?>
+                        <?php echo (function_exists('the_advanced_excerpt')) ? the_advanced_excerpt(): the_excerpt(); ?>
                         <footer class="entry-meta small-12 medium-6 medium-push-3 center">
                             <?php
                             if (has_category()) {
         </div>
 
             <?php } ?> 
-    
+          <?php get_template_part('parts/blog-sidebar-r'); ?>
     </div>
+    
     </div>
     <?php get_footer(); ?>