A
A
Alexey selftrips.ru2018-03-17 06:47:48
WordPress
Alexey selftrips.ru, 2018-03-17 06:47:48

How to get_terms sort by meta field?

$taxonomy =...;
$termargs = array(     
      'orderby' = > 'meta_value',
);
get_terms($taxonomy, $termargs);

and where to specify by the content of which field to sort?
If you specify
'meta_key'= 'my_field;
that, in addition to sorting, it will also select only those fields that have this field!
And how to select all fields, but sort by meta field. If not, then for these terms are placed either at the end or vice versa at the beginning. (doesn't matter)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question