Tagged Questions
1
vote
1answer
83 views
Order terms by term_order
Context
Post Type: Resources
Taxonomy: Media Type, Term: Audio
Taxonomy: Series
The following code displays a unique list of the custom taxonomy "Series"
I want to order the list by term_order, but ...
1
vote
2answers
5k views
Get the the top-level parent of a custom taxonomy term
How would I get the top-level parent of a given term?
I am using wp_get_object_terms to get taxonomy terms on posts, but instead of showing all tagged terms, I only want to show tagged terms' ...
0
votes
1answer
2k views
Proper use of wp_get_object_terms
Summary:
How can I get the name and the permalink of the object returned by wp_get_object_terms()?
Detailled:
I created a custom post type called "ge_zielgruppe" and a taxonomy called ...
2
votes
2answers
1k views
wp_get_object_terms - How can I order the resulting array by hierarchy?
I'm returning a custom hierarchal taxonomy via wp_get_object_terms.
The trouble is that the results are being ordered by name or count, neither of which are proving reliable. (I'm using a custom ...