Home › Forums › General Issues › Post Object with Multiple Select › Reply To: Post Object with Multiple Select
Hi @jarvis
You can first get all the sectors by performing a get_posts
– http://codex.wordpress.org/Template_Tags/get_posts
Loop over these results, and for each sector display the title and link.
To find the count of jobs in this sector will require another get_posts
call for each sector.
The post_object (multi-select) saves it’s data in the same format of a relationship field (serialized array of IDs), so you can follow this tutorial to perform a backwards query: http://www.advancedcustomfields.com/resources/tutorials/querying-relationship-fields/
Thanks
E
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.