Displaying arbitrary fields
Customizable Advanced Views templates allow to include any arbitrary fields.
Last updated
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.
In the Options tab, check "Render template when it's empty" checkbox
Learn the exact field name from your add-on docs
Include this field inside the Layout template.
Save the Layout, copy its shortcode
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