From a2b1674e6184bbc37279afeb78bcfdd74a409bd3 Mon Sep 17 00:00:00 2001 From: Matthew Haines-Young Date: Wed, 2 Oct 2024 20:01:40 +0100 Subject: [PATCH] Update image --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 26bfa5a..d3d063f 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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