wp/wp-content/themes/IN-MOTION-package-u1/in-motion/inc/meta.php
changeset 0 d970ebf37754
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 <div class="meta clearfix">
       
     2 	<p class="blog-desc">
       
     3 		Date: <?php the_time('F jS, Y') ?><br />
       
     4 		Posted in: <a href="#"><?php the_category(', '); ?></a><br />	
       
     5 		Comments: <?php comments_popup_link('No Comments', '1 Comment', '% Comments', 'comments-link', ''); ?><br />	
       
     6 		Posted by: <?php the_author() ?>
       
     7 		
       
     8 	</p>
       
     9 </div>