removed excerpt footer from search
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 14 Dec 2015 15:52:13 +0000 (10:52 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 14 Dec 2015 15:52:13 +0000 (10:52 -0500)
search.php

index 0c36251..c90a853 100644 (file)
@@ -81,8 +81,8 @@
 
                         <?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()) {
+                          <?php 
+                           /* if (has_category()) {
                                 $post_categories = wp_get_post_categories( get_the_ID() );
                                 $cats = array();
                                 echo 'This entry was posted ';
@@ -93,9 +93,9 @@
                                     echo ', <a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>';
                                 }
                                 echo '.';
-                            }
-                            ?>
-                        </footer>
+                            } */
+                            ?> 
+                       <!-- </footer> -->
                     </article>
                 </div>
             </div>