| 开发者 | nomade123456 |
|---|---|
| 更新时间 | 2025年12月3日 20:29 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/better-post-and-filter-widgets directory, or install the plugin through the WordPress plugins screen directly.The list of available meta fields will only display for the selected post type. For more details, check out this article.
AJAX should work automatically on most WordPress themes built according to standards. However, if AJAX isn't working, here are a few things to check:
Yes, it does out-of-the-box, but be aware of the following:
The filter widget is designed to work with most widgets that use a post query, such as post or product widgets. If a widget pulls data via a post query, the filter can potentially hook into it. However, pagination is fully supported only for widgets from Better Post & Filter Widgets for Elementor and Elementor Pro. Other widgets may lack pagination or loading animations, as these features rely on specific HTML and CSS.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage and handle any security vulnerabilities. Report a security vulnerability.
$with_css = true parameter to the Template Grid option in the Post Widget.query_id, ensuring filter results do not override the Loop Grid's own query.bpfwe/get_relational_terms/{query_id}query_id, ensuring filter results do not override the Loop Grid's own query.bpfwe/get_numeric_meta_terms/{query_id}bpfwe/get_meta_terms/{query_id}WP_Query (to respect language and archive filtering) with direct database queries (for performance).bpfwe_ajax_query_args and bpfwe/filter_query_args/{query_id}) to the bottom of the AJAX action to prevent them from being overwritten..quick-deselect-FILTERID class to create quick-remove "pills" that deselect associated filter terms when clicked.bpfwe/filter_query_args/{query_id} – Modify filter's query arguments before execution.bpfwe/get_terms_args/{query_id} – Modify arguments passed to the filter's get_terms().bpfwe/post_wrapper_attr/{query_id} – Add or modify attributes for the post wrapper container.bpfwe/post_wrapper_inner_attr/{query_id} – Add or modify attributes for the inner post wrapper container.bpfwe/post_attr/{query_id} – Add or modify attributes for each post item.