humanmade / query-filter
Query Loop Block filters
Installs: 407
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 14
Forks: 3
Open Issues: 0
Type:wordpress-plugin
Requires
- composer/installers: ^1 || ^2
README
This plugin allows you to easily add filters to any query loop block.
Provides 2 new blocks that can be added within a query loop block to allow filtering by either post type or a taxonomy. Also supports using the core search block to allow you to search.
Compatible with both the core query loop block and the Advanced query loop plugin (In fact, in order to use post type filters, use of the Advanced Query Loop plugin is required).
Easy to use and lightweight, built using the WordPress Interactivity API.
Usage
- Add a query block. This can anyhere that the query block is supported e.g. page, template, or pattern.
- Add one of the filter blocks and configure as required:
- Taxonomy filter. Select which taxonomy to to use, customise the label (and whether it's shown), and customise the text used when none is selected.
- Post type filter. Customise the label (and whether it's shown), as well as the text used when no filter is applied.
- Search block. No extra options.
Installation
- Download the plugin from the GitHub repository.
- Upload the plugin to your site's
wp-content/plugins
directory. - Activate the plugin from the WordPress admin.