For the complete documentation index, see llms.txt. This page is also available as Markdown.

Displaying WordPress fields

Advanced Views natively supports 20+ WordPress field types.

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. Add one or more fields listed below

  2. Save the Layout, copy its shortcode

  3. 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, or define an inner field Layout.

Inside the Layout, you can mix fields from different providers and customize the template.

2. Supported fields

2.1) Post fields

  1. Title field

  2. Excerpt field

  3. Content field

  4. Author field

  5. Published date field

  6. Modified date field

  7. Attachment link field (for WP attachments)

  8. Attachment video field (for WP attachments)

  9. Dynamic: Terms field (categories, tags, etc.) attached to the current post

  10. 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

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

Last updated