Home › Forums › Backend Issues (wp-admin) › Populate Post Object with Posts using Specific Template › Reply To: Populate Post Object with Posts using Specific Template
there is a filter that lets you alter the query for the post objects http://www.advancedcustomfields.com/resources/acf-fields-post_object-query/. It might be possible, here is an example http://wordpress.stackexchange.com/questions/29918/page-template-query-with-wp-query
There could be a problem using this on pages because they are hierarchical and altering the query arguments for a hierarchical post type can cause odd behavior. Basically, if the changes cause a parent page to not be listed then any child pages that should be will also be missing.
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.