My objective was to add a link to a button in post template – dynamically from posts. To this end, I installed ACF and created a field, labeled it ‘check price’ and set the field type to ‘URL’. My post is showing this field. But when I tried to dynamically retrieve this link to the button in Post Template within the query loop, the Link Source under ‘dynamic data’ does NOT show the ACF field name which is ‘check price’. So, my button does not know what I want it to link to.
Am I missing something?