

<strong>Increase engagement instantly</strong> – Visitors stay longer with automatic content loading as they scroll
Stop Losing Visitors at Page 2 – Keep Them Scrolling and Engaged!
Studies show that 90% of visitors never click to page 2. FYP Infinite Posts eliminates pagination barriers by automatically loading more content as users scroll, keeping them engaged and exploring your site longer.
✓ Increase Time on Site – Visitors stay longer when content flows naturally without clicking pagination links
✓ Reduce Bounce Rate – Seamless content loading keeps users engaged instead of leaving after page 1
✓ Boost Page Views – Each auto-loaded batch counts as additional page views for better analytics
✓ Better Mobile Experience – Scrolling is natural on mobile devices – no tiny pagination buttons to tap
✓ Professional Look in Minutes – 8 beautiful templates work instantly with any WordPress theme, no coding required
✓ Faster Site Performance – Smart caching loads content quickly without slowing down your site
✓ Works Everywhere – Blog posts, portfolios, events, galleries – any content type on any page
VS Free Alternatives:
– 8 Professional Templates Included – Others give you 1 basic layout
– Smart Context Detection – Automatically works on category, tag, and author pages without configuration
– Built-in Caching System – Free plugins often slow down your site with repeated database queries
– Regular Updates – Maintained and compatible with latest WordPress versions
VS Premium Plugins ($49-$99):
– Professional Features – Smart caching, 8 templates, full customization for any content type
– Simpler to Use – Professional results with a simple shortcode, no complex configuration
– Lightweight Code – No bloat, only loads CSS for templates you actually use
– Active Development – Regular updates and WordPress compatibility maintained
VS Coding It Yourself:
– Saves Hours of Development – Ready in 5 minutes instead of 5+ hours
– No Security Risks – Properly secured AJAX with nonce verification
– Maintenance Free – We handle WordPress updates and compatibility
– Performance Optimized – Built-in caching and efficient database queries
📰 News & Magazine Sites – Keep readers scrolling through articles without interruption
🎨 Creative Agencies – Display projects and case studies in beautiful layouts that load automatically
📸 Portfolio Websites – Showcase work in masonry or grid layouts that flow naturally
📅 Event Listings – Show upcoming events that load as visitors browse
✍️ Personal Blogs – Modern scrolling experience that readers expect
🏢 Business Directories – Display listings without frustrating pagination
No design skills needed – each template is beautifully styled and works with any WordPress theme:
Choose what works best for your audience:
– Automatic Infinite Scroll – Content loads as users scroll (most engaging)
– Load More Button – Users click a button for more content (more controlled)
– Classic Pagination – Traditional numbered pages (familiar to all users)
✓ Any WordPress theme (no coding required)
✓ All post types (posts, pages, custom post types)
✓ Custom taxonomies (categories, tags, custom terms)
✓ Multiple languages (translation ready)
✓ Page builders (Elementor, Beaver Builder, etc.)
[fyplugins_infinite_posts] to any pageAdvanced customization available for developers through template overrides and hooks, but not required for beautiful results.
Part of the FYPlugins ecosystem – professional WordPress solutions trusted by thousands of websites.
[fyplugins_infinite_posts] to any page or post Optional: Customize at FYPlugins Infinite Posts in your WordPress dashboard.
Display blog posts:
[fyplugins_infinite_posts]
Gallery or custom post type in grid:
[fyplugins_infinite_posts post_type=”gallery” template=”grid-3″]
Portfolio with Load More button:
[fyplugins_infinite_posts post_type=”portfolio” pagination=”button” template=”masonry”]
Featured posts slider:
[fyplugins_infinite_posts posts_per_page=”5″ template=”slider” category=”featured”]
Random posts (no pagination):
[fyplugins_infinite_posts orderby=”rand” pagination=”none” posts_per_page=”6″]
Multiple sections on same page:
[fyplugins_infinite_posts post_type=”news” template=”list” class=”news-section”]
[fyplugins_infinite_posts post_type=”events” template=”card” class=”events-section”]
Use category="true", taxonomy="true", or author="true" and the plugin automatically shows the right content:
✓ Category pages Shows posts from that category
✓ Tag pages Shows posts with that tag
✓ Author pages Shows that author’s posts
✓ Custom taxonomy pages Shows posts from current term
✓ Regular pages Shows all posts
Main Shortcode: [fyplugins_infinite_posts]
All parameters are optional. If not specified, the plugin uses your default settings from the admin panel.
scroll (automatic), button (click to load), classic (numbered pages), classic-double (pages top & bottom), or none (static)post, page, or any custom post typetrue (auto-detect on archive pages), category ID, or false to ignoretrue (auto-detect), taxonomy name, or false to ignoretrue (auto-detect on author pages), author ID, or false to ignoretrue (filter by serach term on serach result page), search term, or false to ignoredate (publication), title (alphabetical), rand (random), modified (last edited), or menu_orderDESC (newest/Z-A) or ASC (oldest/A-Z)default (full width), grid-2/3/4 (columns), slider (carousel), masonry (Pinterest), card (modern boxes), list (minimal)true or false)true or false)true or false)true or false)true or false)true or false)Blog with modern cards:
[fyplugins_infinite_posts template=”card” excerpt_length=”25″]
Photo gallery in 3 columns:
[fyplugins_infinite_posts post_type=”gallery” template=”grid-3″ show_excerpt=”false”]
Random featured slider (no pagination):
[fyplugins_infinite_posts orderby=”rand” pagination=”none” posts_per_page=”6″ template=”slider”]
Category-specific list:
[fyplugins_infinite_posts category=”5″ orderby=”title” template=”list”]
Custom button text:
[fyplugins_infinite_posts pagination=”button” btn_text=”Show More” end_message=”That’s all!”]
Auto-detect context:
[fyplugins_infinite_posts category=”true” taxonomy=”true” author=”true”]
Choose from 8 beautiful, responsive templates that work with any WordPress theme:
✓ Fully responsive (mobile, tablet, desktop)
✓ Inherits your theme’s colors and fonts
✓ Control element visibility per template
✓ Lightweight CSS (conditional loading)
✓ Post-type specific customization available
Template Override System:
Copy templates from the plugin folder to your theme:
/wp-content/themes/your-theme/fyplugins/infinite-posts/
Template naming convention:
– {post-type}-{template}-item.php – Specific post type with specific template
– default-{template}-item.php – Specific template, any post type
– {post-type}-default-item.php – Specific post type, default template
Available template files:
– default-default-item.php – Full-width layout
– default-grid-2-item.php – Two-column grid
– default-grid-3-item.php – Three-column grid
– default-grid-4-item.php – Four-column grid
– default-slider-item.php – Carousel layout
– default-masonry-item.php – Masonry layout
– default-card-item.php – Card layout
– default-list-item.php – List layout
Template Hierarchy (10 levels):
1. Child theme: {post-type}-{template}-item.php
2. Parent theme: {post-type}-{template}-item.php
3. Child theme: default-{template}-item.php
4. Parent theme: default-{template}-item.php
5. Child theme: {post-type}-default-item.php
6. Parent theme: {post-type}-default-item.php
7. Plugin: {post-type}-{template}-item.php
8. Plugin: default-{template}-item.php
9. Plugin: {post-type}-default-item.php
10. Plugin: default-default-item.php (fallback)