Home › Forums › General Issues › Query posts by fields on related post › Reply To: Query posts by fields on related post
There is not mechanism in WP that will allow you to query posts based on the meta values of a related post. To query posts all values must be associated with the posts you want to query.
This means that you need to
– create an acf/save_post hook that
– gets the relationship field
– gets the values for the fields on the related post
– saves those values to the post currently being saved
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.