Опис
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)
Снимци екрана

Increase engagement instantly – Visitors stay longer with automatic content loading as they scroll 
Choose from 8 professional templates – Works perfectly with any WordPress theme, no coding needed 
Beautiful grid layouts – 2, 3, or 4 columns that adapt automatically to mobile and tablet screens 
Modern card design – Eye-catching layout with hover effects perfect for blogs and magazines 
Horizontal slider template – Perfect for featured posts and creating visual interest 
Works with any content type – Display posts, portfolios, galleries in stunning layouts 
Simple powerful settings – Control everything from one easy admin panel, or use defaults 
Three loading styles – Automatic scroll, Load More button, or classic pagination – you choose
Постављање
Automatic Installation (Recommended)
- Go to WordPress admin Plugins Add New
- Search for „FYP Infinite Posts“
- Click „Install Now“ then „Activate“
Manual Installation
- Download the plugin ZIP file
- Go to Plugins Add New Upload Plugin
- Upload ZIP and click „Install Now“
- Activate the plugin
Quick Setup
- Go to FYPlugins Infinite Posts in WordPress admin
- Configure settings (or use defaults):
- Pagination type (scroll, button, classic, or none)
- Post type and posts per page
- Sort order
- Customize template appearance:
- Choose from 8 layouts
- Toggle display elements
- Set excerpt length
- Use shortcode
[fyplugins_infinite_posts]anywhere
First Test
Add this to any page: [fyplugins_infinite_posts posts_per_page="3"]
ЧПП
-
Will this work with my theme?
-
Yes! FYP Infinite Posts works seamlessly with any WordPress theme. The plugin uses clean HTML and adaptive CSS that inherits your theme’s styles. No coding knowledge required.
-
How hard is it to set up?
-
Very easy! Three steps:
1. Install and activate (1 minute)
2. Add shortcode to any page (30 seconds)
3. Done! Posts load automaticallyOptional customization available at FYPlugins Infinite Posts.
-
Will infinite scroll slow down my website?
-
No! The plugin includes smart caching that speeds up content loading by reducing database queries. It only loads CSS for templates you use. The modern Intersection Observer API ensures smooth scrolling. Many users report faster page loads.
-
Yes! Choose from three loading styles:
* Automatic Infinite Scroll – Loads as users scroll
* Load More Button – Click to load more
* Classic Pagination – Numbered page links -
Will it work on mobile devices?
-
Yes, fully responsive! Infinite scroll provides a better mobile experience because scrolling is natural on touchscreens. All 8 templates adapt to smartphones and tablets.
-
Can I customize how posts look?
-
Yes! Choose from 8 professional templates, toggle element visibility, control excerpt length, customize button text, add custom CSS classes. Developers can create custom templates with the full override system.
-
Does it work with page builders like Elementor?
-
Yes! Works with Elementor, Beaver Builder, Divi, and all major page builders. Just add the shortcode in a text/shortcode widget.
-
What happens when visitors reach the last post?
-
The plugin displays a customizable message (default: „No more posts to load“). The loading indicator disappears and no more requests are made.
-
Yes! The plugin auto-detects:
* Category pages – shows posts from that category
* Tag pages – shows posts with that tag
* Author pages – shows that author’s posts
* Custom taxonomy pages – respects the current termYou can also manually specify categories, tags, or terms in the shortcode.
-
Will it work with custom post types?
-
Yes! Works with any public post type:
* WordPress posts and pages
* Portfolio items, Events, Testimonials, Galleries
* Any custom post typeJust specify
post_type="your-type"in the shortcode. -
Is it translation-ready?
-
Yes! Fully translation-ready and works with WPML, Polylang, and other multilingual plugins. Translation files included.
-
What if I need help?
-
Support available through WordPress.org forums. Built-in documentation in the Help tab of the settings page includes examples and troubleshooting tips.
Прегледи
Нема рецензија за овај додатак.
Сарадници и градитељи
FYP Infinite Posts – Automatic Infinite Scroll & Ajax Load More for Better Engagement је софтвер отвореног кода. Следећи људи су допринели овом додатку.
СараднициЗаинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
1.3.2 (January 2026) – Enhanced Context Detection
- NEW: Search page results compatibility – works seamlessly on WordPress search result pages
- NEW: Search parameter for shortcode – display search results with infinite scroll
- NEW: Context-awareness settings form – configure auto-detection behavior from admin panel
- IMPROVED: Better detection of current page context for automatic filtering
- FIXED: Criical erroron plugin delete
1.3.1 (December 2025) – Security Update
- SECURITY FIX: Enhanced output escaping in all templates for better security
- UPDATED: FYPlugins Core to version 1.3.4 with security improvements
- IMPROVED: Code quality and WordPress coding standards compliance
1.3.0 (November 2025) – Classic Pagination Options
- NEW: Classic pagination style with numbered page links
- NEW: Classic double pagination (top and bottom of content)
- NEW: Three pagination styles now available: infinite scroll, load more button, classic numbered pages
- UPDATED: FYPlugins Core to version 1.3.2
- IMPROVED: Better compatibility with traditional WordPress pagination expectations
1.2.0 (October 2025) – Major Template & Design Release
- NEW: 8 Professional Template Layouts – Full Width, Grid (2/3/4 columns), Slider, Masonry, Card, and List
- NEW: Enhanced Admin Interface with Settings and Template tabs
- NEW: Advanced Display Controls – toggle thumbnails, categories, dates, authors, excerpts, comments per shortcode
- NEW: Slider/Carousel template with horizontal scrolling and touch/swipe support
- NEW: Masonry layout for Pinterest-style responsive grids
- NEW: Modern Card layout with shadows and hover effects
- NEW: Clean List view template for text-focused content
- NEW: Intersection Observer API for smooth, efficient scroll detection (works horizontally and vertically)
- NEW: Template hierarchy system – 10 levels for maximum customization flexibility
- IMPROVED: Conditional CSS loading – only loads stylesheets for templates actually in use (faster page loads)
- IMPROVED: Mobile responsiveness across all templates
- IMPROVED: Better integration with any WordPress theme styling
- UPDATED: Full compatibility tested with WordPress 6.9
1.1.1 (September 2025) – Framework Update
- UPDATED: FYPlugins Core framework to version 1.2.1
- IMPROVED: Performance optimizations in core framework
1.1.0 (August 2025) – Performance & Features
- NEW: Comprehensive admin settings panel at FYPlugins Infinite Posts
- NEW: Author filtering with automatic detection on author archive pages
- NEW: Author parameter for shortcode with context-aware auto-detection
- NEW: Additional sorting options – modified date and custom menu order
- NEW: Smart cache invalidation – automatically clears when posts change
- IMPROVED: Enhanced 15-minute transient caching reduces database load
- IMPROVED: Optimized database queries for better performance on large sites
- IMPROVED: Memory-efficient code reduces server resource usage
- IMPROVED: Better error handling with graceful degradation
1.0.2 (July 2025) – Caching & Taxonomy
- NEW: Smart request caching system for faster page loads
- NEW: Full taxonomies support for all custom post types
- NEW: Taxonomy parameter for advanced content filtering
- FIXED: Category detection issue on some archive pages
- IMPROVED: Query optimization for large content libraries
1.0.1 (June 2025) – Styling Options
- NEW: Class parameter for custom CSS styling
- IMPROVED: Better CSS structure for theme compatibility
- IMPROVED: Documentation with more usage examples
1.0.0 (May 2025) – Initial Release
- Smooth infinite scroll with AJAX loading
- Customizable shortcode with multiple parameters
- Support for all post types (posts, pages, custom post types)
- Three loading methods: infinite scroll, load more button, or static
- Template override system for developers
- Lightweight and fast – minimal impact on site performance
- Secure AJAX implementation with nonce verification
