Answer the question
In order to leave comments, you need to log in
Sort taxonomy in get_terms by metabox?
Hello everyone, help me understand.
What is:
1. The created taxonomy
2. The "order" metabox created for this taxonomy
3. when displaying the category of this taxonomy by get_terms I try to sort them by the created metabox
$terms = get_terms([
'taxonomy' => "taxbeton",
'orderby' => 'taxorder', // название метабокса (поля)
'hide_empty' => false
]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question