It can set that if count the registered member views OR views in index page.
To differentiate between USER and BOT is by HTTP_agent, and it can set at admin
您可以在WordPress插件中心自动安装或手动上传安装
- 上传 'wp-postviews-plus' 到网站的 '/wp-content/plugins/' 目录。
- 通过WordPress后台的“插件”菜单激活“WP-PostViews Plus”插件。
- Place the show views function in your templates. function reference
用法
You need edit you theme to show the post views.
Add
<?php if(function_exists('the_views')) { the_views(); } ?>
to show the post views in your page.