• 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);
    • This topic was modified 3 years, 4 months ago by apapadakis.
  • The topic ‘Override ordering for get_terms’ is closed to new replies.