Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 23, 2018 00:50
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/8d9b3f26abc547791b437873b92fb812 to your computer and use it in GitHub Desktop.
Save wichaksono/8d9b3f26abc547791b437873b92fb812 to your computer and use it in GitHub Desktop.
<p class="post-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();?>
</span>
Posted by
<a href="<?php echo get_author_posts_url(get_the_author_meta('ID'));?>"><?php the_author();?></a>
on <?php the_time();?>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment