Home › Forums › Feature Requests › An comment to relation › Reply To: An comment to relation
I’m assuming that you’ll have multiple actors per movie. It’s just a suggestions but if I wanted to add additional information about a relationship I would probably use a repeater field and then use a Post Object field instead of a Relationship filed.
The drawback of doing this is that it would be far more complicated to do a reverse relationship query if you want to show what movies each actor is in on the single actor page.
If you want to use reverse a reverse relationship query the problem could be remedied by adding a acf/save_post filter that takes the actors in the repeater field and puts them into a standard wp meta field with the WP update_post_meta() function.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.