Enables you to display how many times a post/page had been viewed.
As of April 2026, WP-PostViews is a WordPress hits plugin with 100K+ active installations and a 4.4/5 rating from 65 reviews. It has been downloaded 3.4M+ times in total. Requires WordPress 4.0+ and PHP false+. Available on WordPress.org since 2006. Downloads are down 10% this week. Top alternative: SRS Simple Hits Counter.
wp-content/themes/<YOUR THEME NAME>/index.php<?php while (have_posts()) : the_post(); ?><?php if(function_exists('the_views')) { the_views(); } ?>[views] or [views id="1"] (where 1 is the post ID) in a postWP-Admin -> Settings -> PostViews to configure the plugin.https://github.com/lesterchan/wp-postviews/
http://dev.wp-plugins.org/browser/wp-postviews/i18n/
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare m…
I’ve been using WP-PostViews for some time now, and it’s a very straightforward and effective plugin for displaying post views. The settings to count views only from guests and exclude bots work well.
However, I’ve noticed that if a guest refreshes a page multiple times, each refresh is counted as a new view. While this is typical behavior for a basic hit counter, it makes the view count less representative of actual unique visitors.
I would highly recommend considering an enhancement to include an option to count unique views based on IP address (e.g., once per IP within a specified timeframe like 24 hours). This would significantly improve the accuracy of the statistics and make the plugin even more valuable for site owners who want to track genuine reader engagement.
Thank you for this plugin!
Have been using this a while along side Advanced Queries and Elementors Loop widget to display a list grid of most popular articles on a website.
Doesnt seem to be working anymore. I think its still keeping count of the post views, but the views template variable isnt pulling in the correct posts. From the posts it is showing it looked like it stopped updating in January of this year.
Will need to find another solution!
It doesn’t work with 6.5.2 wordpres version.
The plugin is no longer compatible with some themes
example of (Corpo)
Very useful little plugin.
| WordPress | 4.0+ requiredTested up to 6.8.5 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.