Added timestamp to home.php in the blog post footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Nov 2015 19:35:38 +0000 (14:35 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Nov 2015 19:35:38 +0000 (14:35 -0500)
home.php

index e02eb48..dececad 100644 (file)
--- a/home.php
+++ b/home.php
@@ -40,7 +40,8 @@
                                     $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug );
                                     echo ', <a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>';
                                 }
-                                echo '.';
+                                echo ' on ';
+                                echo ' <span class="meta date"> ' . the_time('F jS, Y') . '</span>';
                             }
                             ?>
                         </footer>