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

Displaying Wysiwyg field

Wysiwyg is an acronym for "what you see is what you get".

The Wysiwyg field type creates a WordPress content editor as seen in Posts and Pages. This is one of the most useful fields for editing content as it allows for both text and multimedia to be edited and styled within a single area.

Advanced Views natively supports the following Wysiwyg types:

  1. WooCommerce: ProductDescription field

  2. ACF: any Wysiwyg field

  3. MetaBox: any Wysiwyg field

  4. Pods: any Wysiwyg field

1. How to display a WYSIWYG field

  1. Add any Wysiwyg field

  2. Save the Layout, copy its embedding shortcode

  3. Embed Layout: paste the shortcode inside the target place

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

Last updated