F
by Claudio Sanches
4.9 (8 reviews)
Floating NextPrev
Displays icons for navigation between your posts so practical and fast.
Tested up to WP 5.5 (Current: 6.9)
v2.3.0
Current Version v2.3.0
Updated 5 years ago
Last Update on 10 Aug, 2020
Synced 16 hours ago
Last Synced on
Rank
#15,921
+8 this week
Active Installs
100+
—
No change
KW Avg Position
N/A
—
No change
Downloads
16.1K
+2 today
Support Resolved
0%
—
No change
Rating
98%
Review 4.9 out of 5
4.9
(8 reviews)
Next Milestone 200
100+
200+
2,580
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 71 more installs to reach 200+
Rank Changes
Current
#15,921
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
4.9
8 reviews
Overall
98%
5
7
(88%)
4
1
(13%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
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.3.0
- Last Updated
- Aug 10, 2020
- Requires WP
- 3.8+
- Tested Up To
- 5.5
- PHP Version
- N/A
- Author
- Claudio Sanches
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.9
- Reviews
- 8
- 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,735
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#929
Qi Addons For Elementor
200K+ installs
#253
MW
MW WP Form
200K+ installs
#262
WPFront Scroll Top
200K+ installs
#270
Frequently Asked Questions
Common questions about Floating NextPrev
This plugin is released under a GPL license.
Probably due to incompatibility of jQuery. Check to see if this plugin modifying the jQuery version of your WordPress.
add_filter( 'floating_nextprev_in_same_cat', '__return_true' );
function floating_nextprev_exclude_categories( $excluded_categories ) {
$excluded_categories = '1,2,3'; // add your categories ids.
return excluded_categories;
}
add_filter( 'floating_nextprev_excluded_categories', 'floating_nextprev_exclude_categories' );
$excluded_categories = '1,2,3'; // add your categories ids.
return excluded_categories;
}
add_filter( 'floating_nextprev_excluded_categories', 'floating_nextprev_exclude_categories' );
function floating_nextprev_only_in_news( $display ) {
return in_category( 'news' );
}
add_filter( 'floating_nextprev_display', 'floating_nextprev_only_in_news' );
return in_category( 'news' );
}
add_filter( 'floating_nextprev_display', 'floating_nextprev_only_in_news' );
function floating_nextprev_prev_title( $title ) {
return __( '←', 'textdomain' );
}
add_filter( 'floating_nextprev_prev_title', 'floating_nextprev_prev_title' );
function floating_nextprev_next_title( $title ) {
return __( '→', 'textdomain' );
}
add_filter( 'floating_nextprev_next_title', 'floating_nextprev_next_title' );
return __( '←', 'textdomain' );
}
add_filter( 'floating_nextprev_prev_title', 'floating_nextprev_prev_title' );
function floating_nextprev_next_title( $title ) {
return __( '→', 'textdomain' );
}
add_filter( 'floating_nextprev_next_title', 'floating_nextprev_next_title' );