开发者 | francoisyerg |
---|---|
更新时间 | 2025年9月6日 21:48 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[fyplugins_infinite_posts]
with extensive customization parameters
– Responsive Design: Mobile-optimized loading animations and touch-friendly interface
– Professional Admin Settings: Clean interface for default configuration and global options
– Secure & Reliable – Proper nonce verification, data sanitization, and error handling
– Custom Template System: Override default templates for complete design control
– Cache Management: Automatic cache invalidation when posts are updated or published
– Clean Uninstall: Properly removes all options and cached data when uninstalled
This plugin is part of the FYPlugins ecosystem, designed to provide high-quality WordPress solutions with exceptional performance and user experience.
/wp-content/plugins/fyp-infinite-posts/
directory[fyplugins_infinite_posts]
shortcode anywhere on your site
Quick Test
Add [fyplugins_infinite_posts posts_per_page="3"]
to any post or page to test the plugin immediately!Absolutely! FYP Infinite Posts is designed to work flawlessly with all WordPress themes. The plugin uses semantic HTML and minimal CSS that adapts to your theme's styling. It includes a powerful template system for complete design control and works perfectly with popular themes like Astra, GeneratePress, OceanWP, and more.
Three flexible loading methods: – Infinite Scroll: Automatically loads posts as users scroll down (default) – Load More Button: Users click a button to load additional posts – None: Static display without pagination (useful for showing specific post sets)
Smart and automatic! The plugin uses WordPress transients to cache query results for exactly 15 minutes (900 seconds). This dramatically improves loading times and reduces database queries. The cache automatically clears when posts are updated, published, or deleted, ensuring fresh content.
Intelligent content detection! When you use category="true"
, taxonomy="true"
, or author="true"
, the plugin automatically detects the current page context:
– On category pages: Shows posts from that category
– On tag pages: Shows posts with that tag
– On author pages: Shows posts by that author
– On taxonomy pages: Shows posts from that taxonomy
– On regular pages: Shows all posts
Yes, unlimited support! The plugin works with all public post types including: – WordPress Posts and Pages – WooCommerce Products – Custom Post Types (Portfolio, Events, Testimonials, etc.) – Any post type created by themes or plugins
Extensively! You have complete control over post display: – Override templates for any post type – Custom CSS classes for unique styling – Control which elements to show (title, excerpt, thumbnail, etc.) – Multiple layout options through template customization
Minimal impact, maximum performance! FYP Infinite Posts is optimized for speed: – Smart transient caching (15-minute duration) – Lightweight CSS file (under 2KB) – Efficient AJAX requests with nonce security – Clean, optimized PHP code following WordPress standards – Automatic cache invalidation when content changes
100% responsive! The plugin includes: – Mobile-optimized infinite scroll detection – Touch-friendly load more buttons – Responsive loading animations – Adaptive layouts that work on all screen sizes
Absolutely! You can use multiple shortcodes with different configurations: – Different post types per section – Unique styling with CSS classes – Separate pagination settings – Independent filtering options
Graceful degradation! If JavaScript is disabled: – The initial posts still display normally – Users can still access content – No JavaScript errors or broken functionality – SEO and accessibility remain intact
Multiple ways:
– Auto-detect: category="true"
(detects current category page)
– Specific category: category="5"
(shows posts from category ID 5)
– Ignore categories: category="false"
(shows all posts regardless of category)
Absolutely! The plugin features: – Clean, documented PHP code following WordPress standards – PSR-4 autoloading with proper namespacing – Template override system for complete customization – Translation-ready with .pot file included – Comprehensive hooks and filters for customization – Proper uninstall cleanup
Perfect compatibility! The plugin works seamlessly with: – Yoast SEO – RankMath – All in One SEO – Other popular SEO plugins – Maintains proper meta tags and structured data
Enterprise-level security! Features include: – WordPress nonce verification for all AJAX requests – Proper data sanitization and validation – Secure database queries with prepared statements – No direct file access or security vulnerabilities
author
parameter for shortcode with context-aware author detectiontaxonomy
parameter to shortcode for advanced content filteringclass
parameter to shortcode for custom CSS styling and layout control[fyplugins_infinite_posts]
with multiple parameters