1st commit

This commit is contained in:
2024-04-06 11:45:36 +02:00
commit 62a52850bc
228 changed files with 37418 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="blog-meta">
<span><i class="kk kk-icon-pencil"></i><?php the_author(); ?></span>
/
<span><i class="kk kk-icon-clock"></i><time datetime="<?php the_modified_date( 'c' ) ?>"><?php the_time( get_option( 'date_format' ) ); ?></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>
</div>