开发者 | wowown |
---|---|
更新时间 | 2025年8月30日 21:11 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
?category=news
) into SEO-friendly permalinks (/category/news/
), with deep integration into WordPress's Rewrite API.query-craft
folder to the /wp-content/plugins/
directory.Yes. The plugin has been architected for maximum theme compatibility. The primary AJAX mode is designed to work seamlessly with almost any theme's structure and styling. In the rare case of a conflict, you can disable AJAX in the plugin's settings to use the universal "Redirect Mode," which is guaranteed to work with all themes.
First, in the settings for a specific "Filter Set," check the box to "Enable Clean URLs and click the "Save Changes" button.
The current version focuses on providing a powerful and robust taxonomy filtering experience. Filtering by custom fields is a planned feature for a future release.
The plugin is designed to inherit as much styling as possible (fonts, colors, etc.) from your active theme. The widget title automatically matches your theme's other widget titles, and the "Apply Filters" button uses the standard WordPress .button
class. For further customization, you can apply your own styles using custom CSS.
Rewrite_Manager
to handle WordPress rewrite rules.Url_Manager
for dynamic URL generation.