forked from friendica/friendica-wp-theme
6 lines
212 B
PHP
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>
|