Select taxonomies from unique parent id
-
Hello,
I want to make a query to select taxonomies, but to avoid parent duplicates.
I have this:$args = array( 'orderby' => 'term_id', 'order' => 'DESC', 'taxonomy' => 'episodes', 'number' => 20 );
but if let’s say we have “John” and has three taxonomies named episodes and we have 1,2,3, when i select, i don’t want all of them, only the last one, is there any way?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Select taxonomies from unique parent id’ is closed to new replies.