I’ve got a custom post type called Supplements which uses an ACF relationship filed that is linked to WP Users. For testing purposes, there is also a simple text field.
The Supplement CPT has some descriptive data, and a link.
When I try to dynamically display this data on a page called My Account the simple text field comes in and is populated as I expect, but the relationship field (supplement) does not display using {{dc:acf:user_field field=“supplement”}}
I can get it to display the post_id but it comes up blank for post_object
I’ve tried everything I know to get this to display but nothing seems to solve the dilema.