优秀?件:WP-PostViews 页?计数器
WP-PostViews 页?计数器 http://www.lesterchan.net/portfolio/programming.php
目?版本 WP-PostViews 1.1.1 Demo 你看我这里就?以了。
本地下载:wp-postviews111.zip
远程下载:http://www.lesterchan.net/others/downloads.php?id=19
安装:上传到plugins
???用,还需?修改模?页? ,这个也是比较麻烦的地方。
- 用editpkus 之类的工具 打开 wp-content/themes/<YOUR THEME NAME>/index.php
- 找到 <?php while (have_posts()) : the_post(); ?>
- ???加上 以下代?:<?php if(function_exists(’the_views’)) { the_views(); } ?>
- 然?上传覆盖。