friendica-wp-theme/entry-meta.php
2017-04-01 18:52:54 +02:00

6 lines
212 B
PHP

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