Output WYSIWYG ACF field to Rich Text field

Hi all

I’ve got an archive for a taxonomy called System-Category which display a list of System CPTs.

I have a WYSIWYG ACF field in the System-Category page. I’m finding it impossible to output the WYSIWYG field in a Rich Text component. Whenever I click the Dynamic Data button, it’s not listed under the ACF section.

I need it to be output in a Rich Text component so that AutomaticCSS will space it properly. Any ideas?

Thanks

Hey Will,

you could just type the dynamic tag yourself as it is alwas just acf_ followed by your custom field’s name:

{acf_my_wysiwyg_field}

(If you’re using groups the naming might be a bit more complex as the group names are also part of the dynamic tag then.)

You could also extend ACSS’ smart spacing to basic text elements (see screenshot).

Best,

André