Get posts by taxonomy/term?
-
For example, I have 1 hierarchical taxonomy, called “OS”.
In it, I have a term called “Linux”.I have several posts are posted under “Linux”, and I would like to display them.
The only way I’ve found was using:
get_objects_in_term('$termid','$taxonomy')Is it possible to use query_posts/get_posts for it?
Thanks guys.
The topic ‘Get posts by taxonomy/term?’ is closed to new replies.