> For the complete documentation index, see [llms.txt](https://wplake.gitbook.io/advanced-views/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wplake.gitbook.io/advanced-views/field-types/relational/taxonomy-field.md).

# Displaying Taxonomy field

The taxonomy field type acts similarly to the[ Relationship field](/advanced-views/field-types/relational/relationship-field.md), but targets taxonomies and allows you to choose one or more taxonomy terms. By default, it displays the titles of the chosen items.

Advanced Views natively supports the following Taxonomy types:

1. [ACF](/advanced-views/fields/meta-plugins/advanced-custom-fields.md): any Taxonomy field
2. [MetaBox](/advanced-views/fields/meta-plugins/meta-box-fields.md): any Taxonomy, TaxonomyAdvanced field
3. [Pods](/advanced-views/fields/meta-plugins/pods-fields.md): any Relationship field (for terms)

## 1. How to display a Taxonomy field

1. [Create a new *Layout*](/advanced-views/getting-started/first-layout.md)
2. Add any Taxonomy field
3. Save the *Layout*, copy its [embedding shortcode](/advanced-views/layouts/embedding-shortcode.md)
4. Embed *Layout*: paste the shortcode inside the target place

Advanced Views automatically creates HTML link markup for the chosen term(s). You can create a dedicated field *Layout* to display fields of the chosen post instead:

## 2. Displaying term details

Sometimes, instead of displaying the term as a link, you may need to display some fields of the selected term. To display term details, follow these steps:

1. Create a ‘Term Details’ *Layout*:\
   This *Layout* will be responsible for displaying term details. In the Fields tab, assign the term fields you want to display, then publish the *Layout.*&#x20;
2. Create a page *Layout*: \
   Create a page *Layout.* In the Fields ta&#x62;*,* add the target Taxonomy field, and assign 'Term Details' as a Field Layout, then publish the page Layout
3. Embed page Layout: copy and paste the page [Layout shortcode](/advanced-views/layouts/embedding-shortcode.md) inside the target place

That's it!  Now you can [customize the *Layout* template](/advanced-views/layouts/code-fields/custom-template.md) to use the [Taxonomy render options](/advanced-views/field-types/relational/taxonomy-field/render-options.md).

{% hint style="info" %}
Use a Taxonomy field to 'categorize' content. Combine it with a [Taxonomy filter](/advanced-views/post-selections/filters/taxonomy-filters.md) to query and display all items from a specific term.
{% endhint %}
