Hello, I have to list all the terms of 4 taxonomies, however they have to belong to a specific post type!
For example, I have the following information:
post_type (graduation, postgraduate) taxonomy (place, unit)
I've already researched everything that is place, and I could not find what I'm looking for ..
I want to list all terms that have post marked as taxonomy: local and that belongs to graduation; I tried get_terms, wp_get_post_terms, did several tests and loops, and none brought me the list I need.
If you can help me, thank you very much! Note taxonomies are related to all post types.