- Open functions.php of the current wp theme
- On the same bottom of the file drop next code:12345678add_filter('mdf_terms_order',function($default){return 'DESC';//ASC});//id,name,slug,count,term_groupadd_filter('mdf_terms_orderby',function($default){return 'count';});
- It is possible order terms by: id,name,slug,count,term_group