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

# Displaying WordPress fields

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

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

### 2.1) Post fields

1. Title field
2. [Title with Link field](/advanced-views/field-types/relational/link-field.md)
3. Excerpt field
4. Content field
5. [Featured Image field](/advanced-views/field-types/media/image-field.md)
6. [Featured Image with Link field](/advanced-views/field-types/media/image-field.md)
7. Author field
8. Published date field
9. Modified date field
10. [Attachment link field](/advanced-views/field-types/relational/link-field.md) (for WP attachments)
11. Attachment video field (for WP attachments)
12. Dynamic: Terms field (categories, tags, etc.) attached to the current post
13. Dynamic: Comments field (of the current post)

### 2.2) User fields

1. First Name field
2. Last Name field
3. Display Name field
4. Bio field
5. Email field
6. Author Link field
7. Website field

### &#x20;2.3) Term fields

1. Name field
2. Name Link field
3. Slug field
4. Description field

### 2.4) Comment fields

1. Author Email field
2. Author Name field
3. Content field
4. Date field
5. Status field
6. Parent post field
7. Dynamic: authorUserId field

### 2.5) Menu fields

1. List of Items field
2. Menu Item Link field
