I
by TomHarrigan
2.8 (6 reviews)
Infinite Post Transporter
Infinite scroll extended to single post pages
Tested up to WP 4.1.42 (Current: 6.9.4)
v1.2
Current Version v1.2
Updated 11 years ago
Last Update on 21 Dec, 2014
Refreshed 6 hours ago
Last Refreshed on
Rank
#20,839
—
No change
Active Installs
50+
—
No change
KW Avg Position
178
—
No change
Downloads
5.4K
+2 today
Support Resolved
0%
—
No change
Rating
56%
Review 2.8 out of 5
2.8
(6 reviews)
Next Milestone 60
50+
60+
1,493
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 more installs to reach 60+
Rank Changes
Current
#20,839
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
2.8
6 reviews
Overall
56%
5
2
(33%)
4
0
(0%)
3
1
(17%)
2
1
(17%)
1
2
(33%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| endless | 178 | — | 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
- 1.2
- Last Updated
- Dec 21, 2014
- Requires WP
- 3.1+
- Tested Up To
- 4.1.42
- PHP Version
- N/A
- Author
- TomHarrigan
Support & Rating
- Rating
- ★ ★ ★ ☆ ☆ 2.8
- 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,711
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#272
Frequently Asked Questions
Common questions about Infinite Post Transporter
The following is all of the available parameters that can be set along with their default values: add_theme_support( 'infinite-transporter', array( 'type' => 'scroll', // scroll | click 'requested_type' => 'scroll', // store the original type for use when logic overrides it 'footer_widgets' => false, // true | false | sidebar_id | array of sidebar_ids -- last two are checked with is_active_sidebar 'container' => 'content', // container html id 'wrapper' => true, // true | false | html class 'render' => false, // optional function, otherwise the 'content' template part will be used 'footer' => true, // boolean to enable or disable the infinite footer | string to provide an html id to derive footer width from 'google_analytics'=> false, // boolean if using google analytics, set to true 'post_order' => false, // boolean. false to display newest post after initial post. True to display next reverse chronological post after current post. 'footer_callback' => false, // function to be called to render the IS footer, in place of the default 'posts_per_page' => false, // int | false to set based on IS type 'click_handle' => true, // boolean to enable or disable rendering the click handler div. If type is click and this is false, page must include its own trigger with the HTML ID 'infinite-handle'. ) );