> 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/fields/meta-plugins/advanced-custom-fields.md).

# Displaying ACF fields

{% hint style="info" %}
ACF plugin ([Advanced Custom Fields](https://wplake.org/blog/advanced-custom-fields/)) is available in the [free](https://wordpress.org/plugins/advanced-custom-fields/) and [Pro](https://www.advancedcustomfields.com/pro/) versions, and Advanced Views natively supports both of them.
{% endhint %}

With Advanced Views, you can display ACF fields everywhere: on any single page, CPT or category template, inside a widget.

## 1. How to display ACF fields

1. [Create a new *Layout*](/advanced-views/getting-started/first-layout.md)
2. Add one or more fields listed below
3. Save the *Layout*, copy its shortcode
4. Paste the shortcode inside the target place

By default, fields are loaded from the current post, Product, or CPT item. If you need to display fields of another post, customize the [object-id shortcode argument](broken://pages/OVsiDsPFfS2DISIVmkoA), or define an inner field *Layout*. &#x20;

{% hint style="info" %}
Inside the *Layout,* you can mix fields from different providers and [customize the template](/advanced-views/layouts/code-fields/custom-template.md).
{% endhint %}

## 2. Supported ACF fields

Overall, Advanced Views **supports all meta fields** made in the Advanced Custom Fields plugin.&#x20;

{% hint style="info" %}
Advanced Views Lite supports field types from all the groups, excluding the **Layout group** (repeater, group, etc). These fields are supported only in Advanced Views Pro.
{% endhint %}

### **2.1) Basic group**

1. Text field
2. Textarea field
3. [Number field](/advanced-views/field-types/content/number-field.md)
4. Range field
5. Email field
6. Url field
7. Password field

### **2.2) Content group**

1. [Image field](/advanced-views/field-types/media/image-field.md)
2. [File field](/advanced-views/field-types/media/file-field.md)
3. [Wysiwyg field](/advanced-views/field-types/content/wysiwyg-field.md)
4. [OEmbed field](/advanced-views/field-types/media/oembed-field.md)
5. [Gallery field](/advanced-views/field-types/media/gallery-field.md)

### **2.3) Choice group**

1. [Select field](/advanced-views/field-types/content/choice-field.md)
2. [Checkbox field](/advanced-views/field-types/content/choice-field.md)
3. [Radio field](/advanced-views/field-types/content/choice-field.md)
4. [Button Group field](/advanced-views/field-types/content/choice-field.md)
5. [True/false field](/advanced-views/field-types/content/binary-choice-field.md)

### **2.4) Relational group**

1. [Link field](/advanced-views/field-types/relational/link-field.md)
2. [Post Object field](/advanced-views/field-types/relational/relationship-field.md)
3. [Page Link field](/advanced-views/field-types/relational/link-field.md)
4. [Relationship field](/advanced-views/field-types/relational/relationship-field.md)
5. [Taxonomy field](/advanced-views/field-types/relational/taxonomy-field.md)
6. [User field](/advanced-views/field-types/relational/user-field.md)

### **2.5) Advanced Group**

1. [Google Map field](/advanced-views/field-types/media/map-field.md)
2. [Google Map Multiple Markers field](/advanced-views/field-types/media/map-field.md) (from the [ACF: Google Maps Field plugin](https://wordpress.org/plugins/acf-google-map-field-multiple-markers/))
3. [OpenStreetMap field](/advanced-views/field-types/media/map-field.md) (from the [ACF OpenStreetMap Field plugin](https://wordpress.org/plugins/acf-openstreetmap-field/))
4. [Date Picker field](/advanced-views/field-types/content/date-time-picker.md)
5. [DateTime Picker field](/advanced-views/field-types/content/date-time-picker.md)
6. [Time Picker field](/advanced-views/field-types/content/date-time-picker.md)
7. Color Picker field
8. Icon Picker field

### 2.6) Layout group

{% hint style="info" %}
Field types from the Layout group are supported only in Advanced Views Pro.
{% endhint %}

1. [Repeater field ](/advanced-views/field-types/layout/repeater-field.md)- nested repeaters (repeater in repeater) are supported without limitations.
2. [Group field](/advanced-views/field-types/layout/group-field.md): nested groups (group in group) are supported without limitations.
3. [Flexible Content field](/advanced-views/field-types/layout/flexible-field.md): complex fields inside flexible layouts (like repeater or group) are supported without limitations.
4. Clone field - known limitations: clones with the active "prefixed names" option aren't supported.
5. Tab - the field has no value, so it is not present in the markup. It is useful only if you use [Gutenberg blocks](https://wplake.gitbook.io/advanced-views/display-content/custom-gutenberg-blocks-pro) and want this field to be included in the created block.
