Title: taxonomy term fields
Last modified: June 19, 2018

---

# taxonomy term fields

 *  [magneto664](https://wordpress.org/support/users/magneto664/)
 * (@magneto664)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/taxonomy-term-fields/)
 * Hi. how to display a custom fields added to a taxonomies?

Viewing 1 replies (of 1 total)

 *  [studioavanti](https://wordpress.org/support/users/studioavanti/)
 * (@studioavanti)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/taxonomy-term-fields/#post-10487939)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [studioavanti](https://wordpress.org/support/users/studioavanti/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/taxonomy-term-fields/#post-10487939)
 * Status: not resolved