Viewing 1 replies (of 1 total)
  • 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]

    See CCS documentation: Main Features > Taxonomy

Viewing 1 replies (of 1 total)
  • The topic ‘taxonomy term fields’ is closed to new replies.