Apologies in advance as I’m not entirely sure if this is an ACF question or just a general WordPress question.
I’ve created a custom post type “movie” and started embedding movies into regular posts thanks to the field type “Post object”. Through this method, I’ve been able to display metadata about the movie in regular posts.
My question is: On the movie page for e.g. “Inception”, is it possible somehow to query and display all the posts that have embedded “Inception”? Kind of like “This is where it has been mentioned”.
Thank you! I was previously lacking the correct search term so it rendered my search useless.
I ended up using the information from the documentation.
Learning about “Bidirectional Relationships”:
https://www.advancedcustomfields.com/resources/bidirectional-relationships/
Displaying relationships:
https://www.advancedcustomfields.com/resources/querying-relationship-fields/