
前言介紹
- 這款 WordPress 外掛「Advanced Ajax Posts Filter For Elementor」是 2026-02-24 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2026-02-25,不久前才剛更新。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
zluck | dipika25 | divyeshk71 |
外掛標籤
ajax | posts | filter | elementor | pagination |
內容簡介
<h2>Advanced Ajax Posts Filter For Elementor 外掛總結</h2>
<p>Advanced Ajax Posts Filter For Elementor 是一個全面的 WordPress 外掛,可創建具有高級 AJAX 分類過濾能力的自定義 Elementor widget。此外掛通過為標準 Elementor posts widget 添加動態篩選功能,無需重新加載頁面,為用戶提供流暢和互動式的瀏覽體驗。</p>
<h2>問題與答案</h2>
<ul>
<li><strong>此外掛的核心功能是什麼?</strong></li>
<ul>
<li>提供高級查詢控制功能</li>
<li>支持所有公共文章類型(文章+自定義文章類型)</li>
<li>包括/排除具有精確控制的 ID 文章</li>
<li>具有多種排序選項:日期、標題、菜單順序、隨機</li>
<li>柔性的排序設置:ASC/DESC</li>
</ul>
<li><strong>此外掛提供哪些多重布局選項?</strong></li>
<ul>
<li>網格佈局具有響應性欄</li>
<li>用於動態內容的磚塊佈局</li>
<li>傳統博客風格的列表佈局</li>
<li>具有覆蓋效果的卡片佈局</li>
</ul>
<li><strong>何種靈活的過濾器 UI 樣式可用?</strong></li>
<ul>
<li>水平標籤和垂直標籤</li>
<li>自訂過濾器外觀</li>
</ul>
<li><strong>此外掛如何保證安全性?</strong></li>
<ul>
<li>通過 WordPress 函數適當對所有用戶輸入進行清理</li>
<li>對所有輸出進行逃脫,以防止 XSS 攻擊</li>
<li>AJAX 請求包含 nonce 驗證</li>
<li>對所有操作進行適當的功能檢查</li>
</ul>
<li><strong>此外掛如何提高效能?</strong></li>
<ul>
<li>對特色圖像進行懶加載</li>
<li>使用有效的 WP_Query 並進行適當的緩存</li>
</ul>
</ul>
原文外掛簡介
Advanced Ajax Posts Filter For Elementor is a comprehensive WordPress plugin that creates a custom Elementor widget with advanced AJAX taxonomy filtering capabilities. This plugin enhances the standard Elementor posts widget by adding dynamic filtering functionality without page reloads, providing users with a smooth and interactive browsing experience.
Features
Core Functionality
Advanced Query Controls
Support for all public post types (posts + Custom Post Types)
Include/Exclude posts by ID with precise control
Multiple sorting options: Date, Title, Menu Order, Random
Flexible order settings: ASC/DESC
Posts per page configuration
Offset control for custom post skipping
Ignore sticky posts option
Multiple Layout Options
Grid layout with responsive columns
Masonry layout for dynamic content
List layout for traditional blog style
Card layout with overlay effects
Responsive columns (desktop/tablet/mobile)
Adjustable column gap & row gap
Equal height option for consistent layouts
Advanced Pagination System
None (disable pagination)
Numbers pagination with customizable controls
Load More button with AJAX loading
Infinite Scroll for continuous browsing
Previous/Next navigation with icon support
Custom pagination text and styling
Rich Post Elements
Featured Image with size selection and lazy loading
Title with HTML tag selection (H1-H6)
Excerpt with length control
Comprehensive meta data: Author, Date, Categories, Comments
Customizable Read More button
Card overlays for date and categories
AJAX Taxonomy Filter
Powerful Taxonomy Controls
Support for any taxonomy (category, tag, custom taxonomy)
Include/exclude specific terms
Show “All” option for quick reset
Multi-select toggle for complex filtering
Full hierarchical support
AND/OR relation between terms
Flexible Filter UI Styles
Horizontal tabs for space-efficient layout
Vertical tabs for sidebar placement
Customizable filter appearance
Smart Behavior
Pure AJAX-based filtering (no page reload)
Seamless integration with all pagination types
Works with Load More and Infinite Scroll
Optional URL sync for shareable filtered views
Graceful fallback if JavaScript is disabled
Loading states and smooth animations
Styling & Customization
Complete Visual Control
Typography controls for all text elements
Color customization with Elementor global colors
Border and shadow effects
Spacing and padding controls
Responsive design settings
White text on colored backgrounds for perfect visibility
Elementor Integration
Native Elementor widget architecture
Live preview in Elementor editor
Global color system integration
Responsive controls for all devices
CSS optimization for performance
Developer Hooks
The plugin provides several action and filter hooks for extensibility:
aapf_before_query – Filter query arguments before execution
aapf_after_query – Action after query execution
aapf_before_render – Action before widget render
aapf_after_render – Action after widget render
Example Usage
[code]
// Modify query arguments
add_filter( ‘aapf_before_query’, function( $args, $settings ) {
// Add custom query modifications
if ( isset( $settings[‘custom_field’] ) ) {
$args[‘meta_key’] = $settings[‘custom_field’];
}
return $args;
}, 10, 2 );
// Add custom action after render
add_action( ‘aapf_after_render’, function( $settings ) {
// Your custom code after widget render
error_log( ‘Widget rendered with settings: ‘ . print_r( $settings, true ) );
} );
[/code]
Security
All user inputs are properly sanitized using WordPress functions
All outputs are escaped to prevent XSS attacks
AJAX requests include nonce verification
Proper capability checks for all operations
No direct file access allowed
Follows WordPress security best practices
Performance
Lazy loading for featured images
Efficient WP_Query usage with proper caching
Minimal DOM manipulation with optimized JavaScript
Proper post data reset to prevent memory leaks
No duplicate queries or unnecessary database calls
Conditional asset loading for improved page speed
Browser Support
Modern browsers (Chrome, Firefox, Safari, Edge)
Graceful degradation for older browsers
Works without JavaScript (basic functionality)
Mobile-optimized touch interactions
Accessible keyboard navigation
Donate
Love this plugin? Help us continue development and add more amazing features!
Your support helps us:
🚀 Add new features and layout options
🐛 Fix bugs and improve stability
📱 Enhance mobile experience
🎨 Create more customization options
📚 Write better documentation
Buy Me A Coffee – ☕ https://www.buymeacoffee.com/zluck.
License
This plugin is licensed under the GPLv2 or later. For more information, see https://www.gnu.org/licenses/gpl-2.0.html.
Credits
Developed following WordPress Plugin Handbook best practices and Elementor widget architecture guidelines.
Elementor Integration – Built with Elementor 3.0+ compatibility
WordPress Standards – Follows all WordPress coding standards
Performance Focus – Optimized for speed and efficiency
User Experience – Designed with accessibility and usability in mind
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Advanced Ajax Posts Filter For Elementor」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 |
延伸相關外掛(你可能也想知道)
Elementor Website Builder – More Than Just a Page Builder 》, 全球超過 1000 萬個網站的領先網站建立平台, Elementor 是專為 WordPress 設計的領先網站建立平台,使網站製作者能夠使用直覺式的視覺建立工具建立專業、像...。
Ultimate Addons for Elementor 》lt;br />– Save the section.– Set content settings and design settings.– Publish it., Step 6 – Set the created template as h...。
Essential Addons for Elementor – Popular Elementor Templates & Widgets 》Elementor 增強套件:90+ 創意元素和擴充功能能提升你的 Elementor 建站體驗。使用這些易於使用的元素,可以更輕鬆地製作出比以前更漂亮的 WordPress 網頁和...。
Starter Templates – AI-Powered Templates for Elementor & Gutenberg 》免費模板,支援 Elementor、Beaver Builder 和 Block Editor, 使用 Starter Templates 外掛,只需數分鐘即可建立專業且完美的網站。此外掛為使用者提供超過 2...。Envato Elements – Photos & Elementor Templates 》使用 Envato Elements WordPress 外掛,您可以更快地建立專業 WordPress 網站。, 在 WordPress 上瀏覽並匯入 Elementor 範本和高級庫存照片,無需離開 WordPr...。
Premium Addons for Elementor – Powerful Elementor Templates & Widgets 》使用超過60個高度可自訂的外掛和小工具以及400多個預製範本,讓你能夠無需編碼更快地建立複雜的網站,提升你的Elementor頁面建構器的能力。Elementor和Premiu...。
Royal Addons for Elementor – Addons and Templates Kit for Elementor 》f="https://royal-elementor-addons.com/elementor-pricing-tables-widget/?ref=rea-wpo-pp-details-tab" rel="nofollow ugc">Pricing Table, Team members, ...。Jeg Kit for Elementor – Powerful Addons for Elementor, Widgets & Templates for WordPress 》這是為了 Elementor 頁面建構器所設計的額外小工具,它包含 40 種高度可自訂的小工具。, 必要小工具, 我們提供小工具,您可以按照自己的需求進行自訂。, , 手...。
Happy Addons for Elementor 》p> Happy Addons for Elementor 是一個最好的附加元素,包括頂部和底部樣式設計、單個文章模板設計和存檔頁面模板設計,還有143+免費和專業 Widgets以及23+處...。
Unlimited Elements For Elementor 》透過 Unlimited Elements for Elementor,將你的 Elementor 頁面建置體驗提升至新的層次。這是你需要的最後一個小工具套件,一切都在這裡,並提供超過 100 個...。
Template Kit – Import 》一個範本套件是一組預先設計好的起始範本,供 WordPress 網站建立者使用,並具有統一的視覺風格。, 您可以使用此外掛程式匯入 Elementor 的範本套件。, 啟用...。
Sticky Header Effects for Elementor 》Sticky Header Effects for Elementor 是一個插件,為 Elementor Pro 2.0 中引入的「sticky」標題特性添加了實用選項。當訪客開始向下滾動頁面時,它為用戶提...。
Skyboot Custom Icons for Elementor 》Skyboot 客製化 Elementor 圖示是一個極佳的自定義 Elementor 圖示外掛程式,用於 Elementor 頁面建構器。如果您想在您的網站上增加自訂圖示,這個外掛程式是...。
Qi Addons For Elementor 》Qi Addons for Elementor是由獲獎的高銷售量WordPress主題作者之一,Qode Interactive開發的自定義和完全彈性的Elementor小工具的最大免費庫。 Qi Addons的免...。
The Plus Addons for Elementor – Addons for Elementor, Page Templates, Widgets, Mega Menu, WooCommerce 》tection and Resolution, Fast Loading Speed, and Responsive Design, , And much more!, , Join us today and take your Elementor experience to the next...。
