File: /www/wwwroot/www.018111.cn/wp-content/themes/jian/parts/entry-footer.php
<div class="entry-footer">
<ul class="post-meta-box">
<?php if (_cao('grid_is_time',true)) : ?>
<li class="meta-date">
<time datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>"><?php echo '<i class="fa fa-clock-o"></i> '._get_post_time();?></time>
</li>
<?php endif; ?>
<?php if (_cao('grid_is_views',true)) : ?>
<li class="meta-views"><span><?php echo '<i class="fa fa-eye"></i> '._get_post_views();?></span></li>
<?php endif; ?>
<?php if (_cao('grid_is_coments',false)) : ?>
<li class="meta-comment"><span><?php echo _get_post_comments();?></span></li>
<?php endif; ?>
<?php if (is_site_shop_open()) : ?>
<?php if ((_get_post_shop_status() || _get_post_shop_hide() || _get_post_video_status()) && _cao('grid_is_price',true)) :
$post_price = _get_post_price();
$post_price =($post_price) ? $post_price : '免费' ;
?>
<li class="meta-price"><span><?php echo '<i class="'._cao('site_money_icon').'"></i> '.$post_price;?></span></li>
<?php endif; ?>
<?php endif; ?>
</ul>
</div>