Hi,
I’m following this guide: https://theme.co/docs/acf-pro
I’m using integrity.
I’ve followed the guide almost perfectly. Instead of updating wp-single.php in ethos I’ve done it in…
wp-content/themes/pro/framework/views/integrity/wp-single.php
The code the guide advises to output the display is… {{acf:field_name}}
My field name is ‘about_chris’.
I’ve done a bit of Googling … and I’ve tried
{{dc:acf:field field="about_chris"}}
What am I doing wrong?