forked from friendica/friendica-wp-theme
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
399 B
PHTML
8 lines
399 B
PHTML
6 years ago
|
<footer class="entry-footer">
|
||
|
<span class="cat-links"><?php _e( 'Categories: ', 'friendica' ); ?><?php the_category( ', ' ); ?></span>
|
||
|
<span class="tag-links"><?php the_tags(); ?></span>
|
||
|
<?php if ( comments_open() ) {
|
||
|
echo '<span class="meta-sep">|</span> <span class="comments-link"><a href="' . get_comments_link() . '">' . sprintf( __( 'Comments', 'friendica' ) ) . '</a></span>';
|
||
|
} ?>
|
||
|
</footer>
|