WordPress日志访问次数插件:WP-PostViews

使用方法:
1、Upload the folder WPRP to the /wp-content/plugins/ directory

2、Activate the plugin through the 'Plugins' menu in WordPress

3、将这段代码  <?php if(function_exists('the_views')) { the_views(); } ?>  放到你的模板里面(wp-content/themes/主题名字/single.php)里面

4、Navigate to Manage > Option > WordPress Related Posts to configure plugin output.

更多调用:
http://lesterchan.net/wordpress/readme/wp-postviews.html

下载地址:
http://wordpress.org/extend/plugins/wp-postviews/

Related Posts