FYP Infinite Posts – Automatic Infinite Scroll & Ajax Load More for Better Engagement
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.
What You’ll Get (Real Benefits, Not Technical Features)
✓ 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
Why Choose FYP Infinite Posts Over Others?
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
Real-World Use Cases
📰 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
8 Ready-to-Use Professional Templates
No design skills needed – each template is beautifully styled and works with any WordPress theme:
- Full Width – Perfect for blogs and articles with large featured images
- 2-Column Grid – Balanced layout for portfolios and photo galleries
- 3-Column Grid – Most popular for posts, galleries, and mixed content
- 4-Column Grid – Compact display for large content collections
- Slider/Carousel – Featured content that scrolls horizontally
- Masonry Layout – Pinterest-style for varying content heights
- Modern Cards – Eye-catching design with shadows and hover effects
- Clean List – Minimal text-focused layout for news and articles
Three Loading Styles
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)
Works With Everything
✓ 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.)
Simple to Use
- Install and activate the plugin
- Add shortcode
[fyplugins_infinite_posts]to any page - Choose your template style in settings (optional)
- Done! Your content now loads automatically
Advanced 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.
Usage
Getting Started (2 Minutes)
- Install and activate the plugin
- Add
[fyplugins_infinite_posts]to any page or post - Done! Posts now load automatically as visitors scroll
Optional: Customize at FYPlugins → Infinite Posts in your WordPress dashboard.
Common Use Cases
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”]
Smart Context Detection
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
Shortcode Parameters
Main Shortcode: [fyplugins_infinite_posts]
All parameters are optional. If not specified, the plugin uses your default settings from the admin panel.
Loading Style
- pagination – How content loads:
scroll(automatic),button(click to load),classic(numbered pages),classic-double(pages top & bottom), ornone(static) - posts_per_page – Number of posts to load at once (default: 10)
- offset – Skip first X posts (useful for custom layouts)
What to Display
- post_type – Content type:
post,page, or any custom post type - category – Filter by category:
true(auto-detect on archive pages), category ID, orfalseto ignore - taxonomy – Filter by taxonomy:
true(auto-detect), taxonomy name, orfalseto ignore - term – Specific term/tag ID to display
- author – Filter by author:
true(auto-detect on author pages), author ID, orfalseto ignore - search – Search results:
true(filter by serach term on serach result page), search term, orfalseto ignore
Sort Order
- orderby – Sort posts by:
date(publication),title(alphabetical),rand(random),modified(last edited), ormenu_order - order – Direction:
DESC(newest/Z-A) orASC(oldest/A-Z)
Choose Your Layout
- template – Visual style:
default(full width),grid-2/3/4(columns),slider(carousel),masonry(Pinterest),card(modern boxes),list(minimal)
Show or Hide Elements
- show_thumbnail – Featured images (
trueorfalse) - show_categories – Category labels (
trueorfalse) - show_date – Publication date (
trueorfalse) - show_author – Author name (
trueorfalse) - show_excerpt – Post excerpt (
trueorfalse) - show_comments – Comment count (
trueorfalse) - excerpt_length – Words in excerpt (1-200, default: 55)
Custom Text & Styling
- btn_text – Change button text (e.g., “Show More Articles”)
- end_message – Custom end message (e.g., “You’ve seen it all!”)
- class – Add your own CSS classes for styling
Real-World Examples
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”]
Template Layouts
8 Professional Templates Included
Choose from 8 beautiful, responsive templates that work with any WordPress theme:
- Default (Full Width) – Clean single-column layout for blogs
- Grid 2 Columns – Balanced two-column grid for portfolios
- Grid 3 Columns – Popular three-column layout for galleries
- Grid 4 Columns – Compact four-column display for large collections
- Slider/Carousel – Horizontal scrolling with touch support
- Masonry Layout – Pinterest-style responsive grid
- Card Layout – Modern design with shadows and hover effects
- List View – Minimal text-focused layout
Template Features
✓ 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
Customization for Developers
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)
