//index.php中找到while ( have_posts() ) :,在循环中添加 if(function_exists(‘the_views‘)) { the_views(); }
[Tips] wordpress添加文章计数
原文:https://www.cnblogs.com/immortalBlog/p/14702619.html