Home › Forums › Front-end Issues › Taxonomy related posts. › Reply To: Taxonomy related posts.
Sine you’re a coder I won;y go into coding and I’ll just give you the outline.
The first thing you need to do is to get the terms for the current post The first thing you need to do is to get the terms for the current post.
Next you do a new WP_Query, including a tax_query to get other posts that are in the same term http://codex.wordpress.org/Class_Reference/WP_Query
and finally you loop through the returned posts, if any, to show the list.
Let me know if you need help any of the code that goes with these steps.
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.