From 6acd8d61e9b5076002c83ca28b59ea9b8fa00002 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 12 Feb 2025 15:14:36 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20readme=20to=20r?= =?UTF-8?q?eflect=20styles=20loaded=20from=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbfcf61..f33f277 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,13 @@ Add one of the following shortcodes to your page or post content where you want ## Configuration The plugin is designed to work out of the box with minimal configuration. However, you can customize the following: -- **Templates**: Override the default templates by placing your custom versions in your theme's `resource-filter` directory. +- **Templates**: Override the default templates and styles by placing your custom versions in your theme's `resource-filter` directory. - **Template Files**: - `filter-form.php` - Main form template - `filter-homepage.php` - Secondary form template for the homepage or other uses - `filter-summary.php` - Templae for the summary of the number of resources and applied filters - `resource-results.php` - Template for the search results + - `style.css` - Custom styles for the filter system - **Taxonomies**: Ensure your WordPress site has the `resource_type` and `resource_subject` taxonomies set up for the `resource` post type.