1、插件修改
在single.php、content.php中
<span class="author"><?php the_author_posts_link(); ?></span>
后插入
<?php if(function_exists('the_views')) { the_views(); } ?>
2、页面修改
删除评论引用:comments.php中删除
<li><a href="#pinglist-container"><i class="fas fa-share"></i><?php esc_html_e( 'Pingbacks', 'minimer' ); ?><span><?php echo count($wp_query->comments_by_type['pings']); ?></span></a></li>
3、汉化修改