Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu authored Oct 2, 2024
1 parent cb7b3cd commit a2b1674
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![image](https://github.com/user-attachments/assets/85358de8-0929-47fe-85f5-b53a59fb522e)

This plugin allows you to easily queries that allow users to search and filter the results.
This plugin allows you to easily add filters to any query loop block.

Provides 2 new blocks that can be added within any query loop block to add filters for post type and taxonomy. Also supports using the core search 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](https://wordpress.org/plugins/advanced-query-loop/) (In fact, in order to use post type filters, use of the Advanced Query Loop plugin is required).

Expand All @@ -14,9 +14,11 @@ Easy to use and lightweight, built using the WordPress Interactivity API.

* Add a query block. This can anyhere that the query block is suppported e.g. page, template, or pattern.
* Add one of the filter blocks and configure as required:
* Taxonmy filter. Set which taxonomy to to use, and customise the text used when none is selected.
(
*
* Taxonmy 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.

![image](https://github.com/user-attachments/assets/e2f9b62d-91f7-4c22-87ac-078b4d031a60)

## Installation

Expand Down

0 comments on commit a2b1674

Please sign in to comment.