Tag format: {taxonomy_term_slug:taxonomy}
Returns the slugs of the taxonomy terms assigned to the current post for the named taxonomy. Multiple slugs are space-separated, making the output ideal for use as CSS class names or body class extensions.
| {taxonomy_term_slug:category} – e.g. ‘news’ or ‘news announcements’ {taxonomy_term_slug:product_cat} – e.g. ‘shirts’ {taxonomy_term_slug:post_tag} – e.g. ‘featured sale’ |
| 💡 Tip: A common pattern: bind this tag to the CSS class field of a Bricks container. The element gets a class matching the product’s or post’s category slug, enabling pure-CSS conditional styling per category without any custom code. |

