Hi!
I have a custom post type customers and a custom post type real estate. In my real estate post type i want to show some information of the customer post type.
Is this somehow possible to show data from the customer post type (acf fields name & surname) in my real estates which are related with the “relationship” acf-field?
Hi @leuchterits
Sure there’s ways to do that. First read this:
https://www.advancedcustomfields.com/resources/how-to-get-values-from-another-post/
However I suspect you want it to be a bit more dynamic 🙂
You can loop through your real estate posts from the relationship field. And then use their post ID as the second parameter (as shown in the link above).