1、在管理后台搜索并安装统计插件wp-postviews
2、archvie.php、author.php、category.php、index.php、search.php、single.php、tag.php
<span class="tags"><?php the_tags('', ', ', ''); ?></span>
在该代码后面插入postviews统计调用代码
<?php if(function_exists('the_views')){the_views();} ?>
3、进行wp-postviews后台配置
4、查看配置效果
5、如果启用小工具,可以在侧边栏调用最新文章和最热文章,设置调用全部的,也可以调用某个或多个分类目录,调用功能强大。