J
by Steven Lambert
5 (9 reviews)
Jetpack Post Views
Display your most popular posts using Jetpack stats.
Tested up to WP 3.7.41 (Current: 6.8.2)
v1.1.0
Current Version v1.1.0
Updated 11 years ago
Last Update on 06 Aug, 2014
Synced 4 days ago
Last Synced on
Rank
#11,476
—
No change
Active Installs
300+
—
No change
KW Avg Position
176.5
—
No change
Downloads
30.2K
+3 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(9 reviews)
Next Milestone 400
300+
400+
1,094
Ranks to Climb
-
Growth Needed
8,000,000
Current 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 87 more installs to reach 400+
Rank Changes
Current
#11,476
Change
Best
#
Active Installs Growth
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
5.0
9 reviews
Overall
100%
5
9
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| jetpack | 174 | — | Tag | 4 days ago |
| post views | 179 | — | Tag | 4 days 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.1.0
- Last Updated
- Aug 06, 2014
- Requires WP
- 3.5+
- Tested Up To
- 3.7.41
- PHP Version
- N/A
- Author
- Steven Lambert
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 9
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Jetpack Post Views
the plugin can access Jetpack - go to the Jetpack Post Views Settings page and make sure that at least one of the connections is green
the post is getting views - go to your Jetpack Stats page and make sure that the post is actually getting views
an entire day has gone by with no updates - Jetpack Post Views only updates once every hour, so letting a day go by will make sure that the plugin truly isn't working
If the post still isn't updating, please open a support ticket and include the following information along with a description of what the problem is. This will help me try to identify where the problem could be:
the post is getting views - go to your Jetpack Stats page and make sure that the post is actually getting views
an entire day has gone by with no updates - Jetpack Post Views only updates once every hour, so letting a day go by will make sure that the plugin truly isn't working
If the post still isn't updating, please open a support ticket and include the following information along with a description of what the problem is. This will help me try to identify where the problem could be:
Usage
Default Usage
'-1',
'limit' => '5',
'exclude' => '',
'excludeCustomPostTypes' => false,
'displayViews' => false ); ?>
Parameters
days - (string) The number of days of the desired time frame. '-1' means unlimited.
limit - (string) The number of posts to display. '-1' means unlimited. If days is -1, then limit is capped at 500.
exclude - (string) A comma-separated list of Post IDs to be excluded from displaying.
excludeCustomPostTypes - (boolean) Excludes custom post types from displaying.
displayViews - (boolean) Displays the post views.
NOTE This function only works if the function stats_get_csv() exists. If this function is not working probably, it is probably due to the stats_get_csv() function not returning the needed results.
How can I display the top posts in my posts?
Use the shortcode '[jpv]'
The shotcode uses the same parameters as the 'JPV_display_top_posts()' function
Default Usage
'-1',
'limit' => '5',
'exclude' => '',
'excludeCustomPostTypes' => false,
'displayViews' => false ); ?>
Parameters
days - (string) The number of days of the desired time frame. '-1' means unlimited.
limit - (string) The number of posts to display. '-1' means unlimited. If days is -1, then limit is capped at 500.
exclude - (string) A comma-separated list of Post IDs to be excluded from displaying.
excludeCustomPostTypes - (boolean) Excludes custom post types from displaying.
displayViews - (boolean) Displays the post views.
NOTE This function only works if the function stats_get_csv() exists. If this function is not working probably, it is probably due to the stats_get_csv() function not returning the needed results.
How can I display the top posts in my posts?
Use the shortcode '[jpv]'
The shotcode uses the same parameters as the 'JPV_display_top_posts()' function