initfest/entry-meta.php
Vladimir Vassilev 42d3a978b7 content files
2014-09-30 15:58:34 +03:00

5 lines
235 B
PHP

<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>