Forums
Home / Plugin: Custom Content Shortcode / taxonomy term fields
(@magneto664)
6 years, 5 months ago
Hi. how to display a custom fields added to a taxonomies?
(@studioavanti)
6 years, 4 months ago
Hi,
Display all custom field values (creates a list):
[for each=your-taxonomy-name] [each your-field-name] [/for]
Display the custom field value on a single post layout: [taxonomy your-taxonomy-name field=your-field-name]
[taxonomy your-taxonomy-name field=your-field-name]
See CCS documentation: Main Features > Taxonomy