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.