Editer single-post

-post-meta.php
This commit is contained in:
2019-01-10 20:25:27 +01:00
parent b4af1c2afd
commit 6662ab3a62
2 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
<!--start meta -->
<div class="blog-meta">
<span><i class="kk kk-icon-pencil"></i><?php the_author(); ?></span>
/
<span><i class="kk kk-icon-folder-open-empty"></i><?php the_category(', '); ?></span>
/
<span><i class="kk kk-icon-clock"></i><time><?php the_date(); ?></time></span>
/
<span><a title="<?php printf(__('View comments to %s', 'toppic'), get_the_title()); ?>" href="<?php comments_link(); ?> "><i class="kk kk-icon-comment-empty"></i><?php comments_number(__('0 Comments', 'toppic'), __('1 Comment', 'toppic'), __('% Comments', 'toppic'))?></a></span>
<?php if (function_exists('printLikes')) { ?>
/
<span> <?php printLikes(get_the_ID()); ?> </span>
<?php } ?>
/
<span> <?php edit_post_link(); ?> <span>
</div>
<!--end meta -->