hi!
I have a custom post type with a relationship ACF field attached to it. I want to output the values attached to the single custom post type via PHP.
So for example. I have a post type “Actor” and i via ACF i want to selected the movies he/she played in. On the frontend i want a DIV containing all the movies he/she played in. How do i output that using PHP?
Thanks!