Forums
Home / Plugin: Intuitive Custom Post Order / Override ordering for get_terms
(@apapadakis)
3 years, 4 months ago
Hi,
Is it possible to override the get_terms ordering?
I tried something like this but it doesn’t work.
$args = array ( 'taxonomy' => 'cat_syntages', 'hide_empty' => false, 'child_of' => 106, 'orderby' => 'name' ); $categories = get_terms($args);