WordPress
patterns/filter-for-terms-static.php
✔ Custom
Figma
Docs
- The filter shown here is static and does not load additional content dynamically. All content is present in the markup from the start. For more complex requirements we have a custom plugin that is not part of this design system.
- The following classes must be present structurally:
.filter-container– Container element that activates the script. Each container gets its own filter instance..item– The filterable content elements within the container..filter-term– Element within an.itemwhose text content is used as the filter term.