removing footer from home.php
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Dec 2015 17:37:07 +0000 (12:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Dec 2015 17:37:07 +0000 (12:37 -0500)
home.php

index 9e2dfc7..f181b05 100644 (file)
--- a/home.php
+++ b/home.php
@@ -31,7 +31,7 @@
                         <!--the_advanced_excerpt('length=200&length_type=words&no_custom=1&ellipsis=%26hellip;');-->
                         <!-- This could be wrapped in php tags and be functional,
                                 but it is easier to change this in admin side-->
-                        <footer class="entry-meta small-12 medium-6 medium-push-3 center">
+                        <!--<footer class="entry-meta small-12 medium-6 medium-push-3 center">
                             <?php $post_categories = wp_get_post_categories( get_the_ID() );
                             $cats = array();
                             echo 'This entry was posted ';
@@ -45,7 +45,7 @@
                                 echo '.';
                             }
                             ?>
-                        </footer>
+                        </footer> -->
                     </article>
                 </div>
             </div>