content-post-footer.php (470B)
1 <?php 2 if ( ! apply_filters('materialis_show_post_meta', true)) { 3 return; 4 } 5 6 ?> 7 <hr class="blog-separator"> 8 <div class="post-header"> 9 <i class="font-icon-post fa fa-user"></i> 10 <?php the_author_posts_link(); ?> 11 <i class="font-icon-post fa fa-calendar"></i> 12 <span class="span12"><?php the_time(get_option('date_format')); ?></span> 13 14 <i class="font-icon-post fa fa-comment-o"></i> 15 <span><?php echo absint(get_comments_number()); ?></span> 16 </div>