Hi there,
I’ve created a simple ACF with a custom post type. The post type is SHOWS.
I created a Field Group with four simple fields: Date, Venue, City, and Ticket Link.
I’ve created a page called Shows and set up a looper provider and looper consumer.
I’ve attempted to add the content into a text element, but when I use the dynamic content method, the “field” information is empty. I have tried to input the field information manually, and this does not work either. e.g. {{dc:acf:post_field field=“event_city”}}
I removed all plugins except for ACF to see if a conflict was causing this issue, but it did not make a difference.
I hope you can help figure out this issue. Greatly appreciate your feedback.