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

Displaying arbitrary fields

Customizable Advanced Views templates allow to include any arbitrary fields.

With Advanced Views, you are not limited to the supported field providers. You can display any field (or even a custom API response) by customizing the Layout template.

1. How to

  1. In the Options tab, check "Render template when it's empty" checkbox

  2. Learn the exact field name from your add-on docs

  3. Include this field inside the Layout template.

  4. Save the Layout, copy its shortcode

  5. Paste the shortcode inside the target place

Inside the Layout, you can mix fields from different providers. It means you can add any arbitrary field to the existing Layout with supported providers, and vice versa.

Last updated