get_the_terms ordered by term_order
-
Hello
I’d like to get terms of of a custom post ordered by “terms_order”.
While this works:
$terms=get_terms('tax',array("orderby"=>"term_order"));
this doesn’t work:
$terms=get_the_terms($post->ID,"tax",array("orderby"=>"term_order"));
terms aren’t ordered by “term_order”. Why is that?
I used to order custom taxonomies by this plugin https://drewgourley.com/order-up-custom-ordering-for-wordpress/
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘get_the_terms ordered by term_order’ is closed to new replies.