From: Anthony Talarico Date: Fri, 20 Nov 2015 19:35:38 +0000 (-0500) Subject: Added timestamp to home.php in the blog post footer X-Git-Tag: v1.0.0^2~46 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=69e14860ba5fba51bb1b1463a50852d8a4390396;p=WP-Themes%2Fupwatertrails.git Added timestamp to home.php in the blog post footer --- diff --git a/home.php b/home.php index e02eb48..dececad 100644 --- a/home.php +++ b/home.php @@ -40,7 +40,8 @@ $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug ); echo ', '. $cat->name .''; } - echo '.'; + echo ' on '; + echo ' ' . the_time('F jS, Y') . ''; } ?>