web_taxonomy_terms_list Shortcode
The web_taxonomy_terms_list shortcode creates an alphabetical and numeric directory of all terms in one taxonomy. It groups archive links under A–Z and 0–9 anchors and can add a compact index for jumping between populated groups.
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_taxonomy_terms_list]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
post_type_taxonomies |
— | A taxonomy selected in Page Builder | Supplies the complete term directory. |
show_empty_terms |
— | yes or empty |
Includes terms that have no published content when enabled. |
show_top_links |
— | yes or empty |
Adds return-to-top links after letter and number groups. |
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. |
Customize the stylesheet
Go to Settings → POM Theme → Advanced → Custom CSS → Shortcode CSS assets → Taxonomy terms list to compare the current taxonomy-terms-list.min.css source with an editable version. Saving creates a minified per-site replacement for the existing web-taxonomy-terms-list handle. The web_taxonomy_terms_list shortcode, selected taxonomy, empty-term filtering, A–Z and 0–9 groups, index links, return-to-top links, archive destinations, attributes, and conditional loading remain unchanged. This module has no associated JavaScript. Revert to theme CSS removes the replacement and restores the current theme asset.
Verification
Test terms beginning with letters and digits, including letters with no matching terms. Verify active index links reach the correct group, inactive characters are not links, archive destinations are correct and optional return-to-top links work with keyboard navigation.