WP-PostViews Plus

May 08, 2020

WP-PostViews Plus Plugin

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

Installation

You can either install it automatically from the WordPress admin, or do it manually:

  1. Upload ‘wp-postviews-plus’ directory to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin ‘WP-PostViews Plus’ through the ‘Plugins’ menu in WordPress.
  3. Place the show views function in your templates. function reference

Usage

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.

Screenshots

  1. Using page

    Using page

  2. setting page

    setting page

  3. widget setting page

    widget setting page

FAQ

Please visit the plugin page with any questions.

Changelog

Please move to plugin change log

Details

  • Version: 2.1.2
  • Active installations: 600
  • WordPress Version: 5.0
  • Tested up to: 5.4.16
  • PHP Version: 5.6.20

Ratings


5 Stars
4 Stars
3 Stars
2 Stars
1 Stars