> 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/pods-fields.md).

# Displaying Pods fields

{% hint style="info" %}
[Pods plugin](https://wplake.org/blog/meta-box-plugin/) is completely in the [Lite](https://wordpress.org/plugins/meta-box/) and [All-in-One](https://metabox.io/aio/) versions, and Advanced Views natively supports both of them.
{% endhint %}

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

## 1. How to display Pods 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 Pods fields

Overall, Advanced Views supports all meta fields created by the Pods plugin.

{% hint style="info" %}
Advanced Views Lite supports any Pods fields without the repeatable option - including fields with the multiple option. The repeater feature, or fields with the repeatable option, are supported only in Advanced Views Pro.
{% endhint %}

### 2.1) Text group

1. Plain Text field
2. Website field
3. Phone field
4. E-mail field
5. Password field

### 2.2) Paragraph group

1. Plain Paragraph Text field
2. [Wysiwyg field](/advanced-views/field-types/content/wysiwyg-field.md)
3. Code field (Syntax highlight)

### 2.3) Date/time group

1. [Date / time field](/advanced-views/field-types/content/date-time-picker.md)
2. [Date field](/advanced-views/field-types/content/date-time-picker.md)
3. [Time field](/advanced-views/field-types/content/date-time-picker.md)

### 2.4) Number

1. [Plain Number field](#id-2.4-number)
2. Currency field

### 2.5) Relationship/media group

1. [File/image/video field](/advanced-views/field-types/media/file-field.md)
2. [oEmbed field](/advanced-views/field-types/media/oembed-field.md)
3. [Relationship field](/advanced-views/field-types/relational/relationship-field.md) - with the known limitation: Comments and Navigation menu options in the Related Type setting aren't supported.

### 2.6) Other group

* [Yes/no field](/advanced-views/field-types/content/binary-choice-field.md)
* Color picker field
