Enables You To Display How Many Times A Post Had Been Viewed By User Or Bot.
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
You can either install it automatically from the WordPress admin, or do it manually:
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.
Please visit the plugin page with any questions.
Please move to plugin change log