📄 docs: Update readme to reflect styles loaded from theme

This commit is contained in:
Keith Solomon
2025-02-12 15:14:36 -06:00
parent b937913399
commit 6acd8d61e9

View File

@@ -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.