
前言介紹
- 這款 WordPress 外掛「FYP Infinite Posts – Automatic Infinite Scroll & Ajax Load More for Better Engagement」是 2025-06-03 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2026-01-10,距離現在已有 47 天。
- 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
load more | ajax pagination | auto load posts | infinite scroll | content engagement |
內容簡介
### 摘要:
FYP Infinite Posts 是一款輕量且靈活的 WordPress 外掛,旨在透過無限滾動功能增強您的網站用戶體驗。使用此外掛,當用戶滾動頁面時,新文章將自動加載,無需傳統分頁,讓訪客能夠保持更長時間的參與。
### 問題與答案:
- **問題**: 如何啟用無限滾動功能?
- **答案**: 只需在要啟用無限滾動功能的任何頁面或文章中添加 [fyplugins_infinite_posts] 短碼。
- **問題**: 有哪些自定義設定參數可以配置?
- **答案**: 支援以下參數以自定義行為:pagination(滾動、按鈕或無);posts_per_page(每批載入的文章數);offset(第一批要跳過的文章數);post_type(要顯示的文章類型)等。
- **問題**: 如何覆蓋文章模板?
- **答案**: 在您的主題或子主題中創建 '/fyp-infinite-posts/' 文件夾,並將 'wp-content/plugins/fyp-infinite-pos/templates/post-item.php' 檔案複製/貼上到 'wp-content/{your-thee}/fyplugins/infinite-posts/' 中,編輯此文件以符合您的設計。
原文外掛簡介
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), or none (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, or false to ignore
taxonomy – Filter by taxonomy: true (auto-detect), taxonomy name, or false to ignore
term – Specific term/tag ID to display
author – Filter by author: true (auto-detect on author pages), author ID, or false to ignore
search – Search results: true (filter by serach term on serach result page), search term, or false to ignore
Sort Order
orderby – Sort posts by: date (publication), title (alphabetical), rand (random), modified (last edited), or menu_order
order – Direction: DESC (newest/Z-A) or ASC (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 (true or false)
show_categories – Category labels (true or false)
show_date – Publication date (true or false)
show_author – Author name (true or false)
show_excerpt – Post excerpt (true or false)
show_comments – Comment count (true or false)
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)
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「FYP Infinite Posts – Automatic Infinite Scroll & Ajax Load More for Better Engagement」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.0.2 | 1.1.0 | 1.1.1 | 1.2.0 | 1.3.0 | 1.3.1 | 1.3.2 | trunk |
延伸相關外掛(你可能也想知道)
ReadBar – Smart Reading Time & Dynamic Progress Bar 》```html, <ul>, <li>ReadBar 是一款智能且高度自定義的外掛程式,透過提供預估閱讀時間和動態閱讀進度條,提升使用者體驗。</li>, </...。
MP Smart Content Timekeeper 》總結文案: MP Smart Content Timekeeper 外掛可幫助內容創作者透過顯示估計閱讀時間、互動進度條、自訂進度條顏色、閱讀目標系統及支援行動裝置等功能來提升...。
