by skylarkcob
5 (2 reviews)
Pagination by HocWP Team
Pagination by HocWP Team is a pagination plugin that allows to set up navigation on WordPress site.
Tested up to WP 4.8.28 (Current: 6.9.4)
v2.0.1
Current Version v2.0.1
Updated 8 years ago
Last Update on 30 Oct, 2017
Refreshed 6 hours ago
Last Refreshed on
Rank
#15,320
—
No change
Active Installs
100+
—
No change
KW Avg Position
12.7
—
No change
Downloads
10.9K
+4 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(2 reviews)
Next Milestone 200
100+
200+
2,280
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 58 more installs to reach 200+
Rank Changes
Current
#15,320
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
5.0
2 reviews
Overall
100%
5
2
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| hocwp pagination | 1 | — | Tag | 1 day ago |
| hocwp plugin | 1 | — | Tag | 1 day ago |
| Paginate | 36 | — | Tag | 1 day 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
- 2.0.1
- Last Updated
- Oct 30, 2017
- Requires WP
- 4.7+
- Tested Up To
- 4.8.28
- PHP Version
- N/A
- Author
- skylarkcob
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 2
- 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 Pagination by HocWP Team
Upload the sb-paginate folder to the /wp-content/plugins/ directory. Activate the Pagination by HocWP Team plugin through the 'Plugins' menu in WordPress. Configure the plugin by going to the Settings → Pagination menu that appears in your admin menu. Examples: For the default query: <?php if(function_exists("hocwp_pagination")) hocwp_pagination(); ?> For the custom query usage with arguments: <?php $query = new WP_Query(array("posts_per_page" => 1, "paged" => ( get_query_var( 'paged' ) ) ? absint( get_query_var( 'paged' ) ) : 1)); ?> <?php while ( $query->have_posts() ) : $query->the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; wp_reset_postdata(); ?> <?php if(function_exists("hocwp_pagination")) hocwp_pagination(array("query" => $query)); ?> For basic usage, you can also have a look at the plugin homepage.
Go to Settings → Pagination and change the value for customizing pagination.