Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 23, 2018 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wichaksono/22b1ea52384a0b2ca13db8d7929e9954 to your computer and use it in GitHub Desktop.
Save wichaksono/22b1ea52384a0b2ca13db8d7929e9954 to your computer and use it in GitHub Desktop.
<span class="meta">
<span class="comment-count">
<i class="fa fa-comments fa-lg"></i>&nbsp;&nbsp;<?php comments_number('0', '1', '%');?>
</span>
<span class="post-views">
<i class="fa fa-eye fa-lg"></i>&nbsp;&nbsp;<?php the_post_count(get_the_ID());?>
</span>
Posted by
<a href="<?php echo get_author_posts_url(get_the_author_meta('ID'));?>"><?php the_author();?></a>
on <?php the_time();?>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment