web_post_tax_terms Shortcode
The web_post_tax_terms shortcode displays the current single post's assigned terms for one selected taxonomy. Each term uses its configured POM taxonomy thumbnail and links to the term archive.
The attributes below match the current Page Builder controls and public output. Use raw syntax only for reviewed content that cannot be maintained through the visual controls.
Usage
[web_post_tax_terms]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
post_type_taxonomies |
— | A taxonomy selected in Page Builder | Chooses which assigned terms to read from the current post. |
thumbnail_width |
64 |
Pixel number | Sets the rendered width of every available term thumbnail. |
thumbnail_height |
64 |
Pixel number | Sets the rendered height of every available term thumbnail. |
device_visibility |
— | String unless stated otherwise | Applies the selected responsive visibility rule. |
el_id |
— | Valid unique HTML ID | Enter section ID (Note: make sure it is unique and valid according to w3c specification). |
el_class |
— | String unless stated otherwise | If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file. |
Verification
Preview a single entry assigned to several terms in the chosen taxonomy. Verify every available thumbnail links to the correct archive and remains legible at the configured dimensions; the shortcode intentionally produces no output outside a single-content view.