Organising Taxonomy categories
By what criterion do you need to order your taxonomy terms? See this argument-array key: ‘orderby’ => $orderby, Per the documentation for wp_list_categories(), the orderby parameter can take the following values: ‘ID’ – Default ‘name’ ‘slug’ ‘count’ ‘term_group’ Note, you may also want to add the order parameter: ‘orderby’ => ‘ASC’, This parameter takes: ‘ASC’ … Read more