initfest/entry-meta.php

5 lines
235 B
PHP
Raw Normal View History

2014-09-30 15:58:34 +03:00
<section class="entry-meta">
<span class="author vcard"><?php the_author_posts_link(); ?></span>
<span class="meta-sep"> | </span>
<span class="entry-date"><?php the_time( get_option( 'date_format' ) ); ?></span>
</section>