E
by Justin Tadlock
3.5 (6 reviews)
Entry Views
A WordPress plugin for tracking post/page view statistics.
Tested up to WP 3.9 (Current: 6.9)
v1.0.0
Current Version v1.0.0
Updated 11 years ago
Last Update on 19 May, 2014
Synced 8 hours ago
Last Synced on
Rank
#2,222
—
No change
Active Installs
10K+
-11.6%
KW Avg Position
91.3
+0.3 better
Downloads
198.2K
—
Total downloads
Support Resolved
0%
—
No change
Rating
70%
Review 3.5 out of 5
3.5
(6 reviews)
Next Milestone 20K
10K+
20K+
722
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 8,892 more installs to reach 20K+
Rank Changes
Current
#2,222
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
3.5
6 reviews
Overall
70%
5
2
(33%)
4
2
(33%)
3
0
(0%)
2
1
(17%)
1
1
(17%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| statistics | 61 | — | Tag | 9 hours ago |
| Counter | 85 | — | Tag | 9 hours ago |
| ajax | 128 | — | Tag | 9 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.0
- Last Updated
- May 19, 2014
- Requires WP
- 3.8+
- Tested Up To
- 3.9
- PHP Version
- N/A
- Author
- Justin Tadlock
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 3.5
- Reviews
- 6
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,736
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#929
Header and Footer Scripts
200K+ installs
#258
Post Views Counter
200K+ installs
#271
SEO SIMPLE PACK
100K+ installs
#328
Frequently Asked Questions
Common questions about Entry Views
Uzip the entry-views.zip folder.
Upload the entry-views folder to your /wp-content/plugins directory.
In your WordPress dashboard, head over to the Plugins section.
Activate Entry Views.
Why was this plugin created?
The plugin was originally created as a script for use with some of my themes. However, it's not a good idea to package something like this with a theme because it'd stop working when switching between themes. Therefore, the script was ported over into a plugin for everyone to use, regardless of the theme they're using.
How do I use the plugin?
As soon as you install and activate the plugin, it'll start tracking post views immediately. From that point, you can use the "Entry Views" widget in one of your theme's sidebars to display the most viewed posts.
Can I show the view count for each post?
Yes, you can certainly do this. It will require editing your theme's templates and inserting a simple line of code within The Loop. You'll need to enter the following:
<?php if ( function_exists( 'ev_post_views' ) ) ev_post_views(); ?>
Upload the entry-views folder to your /wp-content/plugins directory.
In your WordPress dashboard, head over to the Plugins section.
Activate Entry Views.
Why was this plugin created?
The plugin was originally created as a script for use with some of my themes. However, it's not a good idea to package something like this with a theme because it'd stop working when switching between themes. Therefore, the script was ported over into a plugin for everyone to use, regardless of the theme they're using.
How do I use the plugin?
As soon as you install and activate the plugin, it'll start tracking post views immediately. From that point, you can use the "Entry Views" widget in one of your theme's sidebars to display the most viewed posts.
Can I show the view count for each post?
Yes, you can certainly do this. It will require editing your theme's templates and inserting a simple line of code within The Loop. You'll need to enter the following:
<?php if ( function_exists( 'ev_post_views' ) ) ev_post_views(); ?>
Post
Page
Media/Attachment
Portfolio Item - Custom Content Portfolio Plugin
Restaurant Item - Restaurant Plugin
Recipe - Upcoming recipe plugin
Literature - Upcoming literature/writing plugin
Will you add support for other post types?
Yes, I definitely will. If you give me the name of the post type or of the plugin that you use, I will be more than happy to add support for it.
Can I add support for a custom post type?
Yes, you can absolutely do this. If you're registering the post type yourself, simply add support for entry-views in your supports array.
If you're adding support for a post type that you're not registering, add the following code to your plugin file or theme's functions.php:
add_action( 'init', 'my_register_post_type_support' );
function my_register_post_type_support() {
add_post_type_support( 'your_post_type_name', 'entry-views' );
}
What features do you plan to add in the future?
One feature I'd like to add is to the admin area. It'd be neat to show each post's views on the edit posts screen and even allow you to sort the posts by number of views.
Other features are really up to you all. If you have a feature request, please don't hesitate to ask.
Can you help me?
Unfortunately, I cannot provide free support for this plugin to everyone. I honestly wish I could. My day job requires too much of my time for that, which is how I pay the bills and eat. However, you can sign up for my support forums for full support of this plugin, all my other plugins, and all my themes for one price.
Page
Media/Attachment
Portfolio Item - Custom Content Portfolio Plugin
Restaurant Item - Restaurant Plugin
Recipe - Upcoming recipe plugin
Literature - Upcoming literature/writing plugin
Will you add support for other post types?
Yes, I definitely will. If you give me the name of the post type or of the plugin that you use, I will be more than happy to add support for it.
Can I add support for a custom post type?
Yes, you can absolutely do this. If you're registering the post type yourself, simply add support for entry-views in your supports array.
If you're adding support for a post type that you're not registering, add the following code to your plugin file or theme's functions.php:
add_action( 'init', 'my_register_post_type_support' );
function my_register_post_type_support() {
add_post_type_support( 'your_post_type_name', 'entry-views' );
}
What features do you plan to add in the future?
One feature I'd like to add is to the admin area. It'd be neat to show each post's views on the edit posts screen and even allow you to sort the posts by number of views.
Other features are really up to you all. If you have a feature request, please don't hesitate to ask.
Can you help me?
Unfortunately, I cannot provide free support for this plugin to everyone. I honestly wish I could. My day job requires too much of my time for that, which is how I pay the bills and eat. However, you can sign up for my support forums for full support of this plugin, all my other plugins, and all my themes for one price.