Hi
I have created a custom post type called events. I have added 3 fields to the field group for events :- event_date event_time and a link field (which links to another custom post type of artis)
When i come to build my layout i can display the event name using {{dc:post:title}}
and the artist with {{dc:post:meta key=“artist”}} (although this just presents a number at present)
but when i try to display the event date or event time they are not listed under ACF fields in the dynamic content builder nor can i add them manually by using something like {{dc:post:meta key=“event_date”}}
its as if they are not registered with wordpress