forked from friendica/friendica-wp-theme
Move up
This commit is contained in:
parent
e2f611c223
commit
a469aa9ae5
64 changed files with 0 additions and 0 deletions
7
entry-footer.php
Normal file
7
entry-footer.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue