wp/wp-content/themes/IN-MOTION-package-u1/in-motion/inc/meta.php
changeset 0 d970ebf37754
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/inc/meta.php	Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,9 @@
+<div class="meta clearfix">
+	<p class="blog-desc">
+		Date: <?php the_time('F jS, Y') ?><br />
+		Posted in: <a href="#"><?php the_category(', '); ?></a><br />	
+		Comments: <?php comments_popup_link('No Comments', '1 Comment', '% Comments', 'comments-link', ''); ?><br />	
+		Posted by: <?php the_author() ?>
+		
+	</p>
+</div>
\ No newline at end of file