Displaying ACF fields
Advanced Views natively supports 30+ ACF field types.
With Advanced Views, you can display ACF fields everywhere: on any single page, CPT or category template, inside a widget.
1. How to display ACF fields
Add one or more fields listed below
Save the Layout, copy its shortcode
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.
2. Supported ACF fields
Overall, Advanced Views supports all meta fields made in the Advanced Custom Fields plugin.
2.1) Basic group
Text field
Textarea field
Range field
Email field
Url field
Password field
2.2) Content group
2.3) Choice group
2.4) Relational group
2.5) Advanced Group
Color Picker field
Icon Picker field
2.6) Layout group
Repeater field - nested repeaters (repeater in repeater) are supported without limitations.
Group field: nested groups (group in group) are supported without limitations.
Flexible Content field: complex fields inside flexible layouts (like repeater or group) are supported without limitations.
Clone field - known limitations: clones with the active "prefixed names" option aren't supported.
Tab - the field has no value, so it is not present in the markup. It is useful only if you use Gutenberg blocks and want this field to be included in the created block.
Last updated