Answer the question
In order to leave comments, you need to log in
How to order taxonomy terms by ACF field?
I do it like this:
get_terms('offertypes', array(
'meta_key' => 'sort-field',
'meta_type' => 'NUMERIC',
'orderby' => 'meta_value_num',
'order' => 'ASC'
));
Answer the question
In order to leave comments, you need to log in
No way, except to loop through the resulting array, getting a custom field for all elements and forming a new array. Which is actually not an option. So far, ACF does not store data in term_meta, but according to its own scheme. If the question is only about sorting, use the plugin https://wordpress.org/plugins/wp-term-order/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question