Use the get_terms_args
hook and modify the orderby
argument, like so:
add_filter( 'get_terms_args', 'my_sort_terms', 10, 2 );
function my_sort_terms( $args, $taxonomies ) {
$args['orderby'] = 'description';
return $args;
}
Possible values for this argument are listed in the codex.
Related Posts:
- How to Change the Categories Order in the Admin Dashboard?
- Order get_terms() By Custom Field
- How to remove categories filter from wordpress admin?
- Weird behaviour when adding terms/term_taxonomies programmatically
- Sort posts by tags in category pages
- Display all posts in category, with specific tag posts at top
- Make parent categories not selectable
- I want to order categories based upon the latest post time
- Is it possible to disable certain user roles from creating tags?
- WordPress Ordering Problem. How to fix ordering 1-10-100 issue?
- Why adding Categories does not auto refresh in Backend while using my custom theme?
- Order posts by category name
- How to show empty category in admin menus search
- Remove Categories and Tags from Admin Dashboard
- How to sort categories by id in wordpress admin
- Filtering by Category doesnt paginate correctly on the backend
- Add a wordpress blog to my website having users
- Collapse subcategories in post edit screen
- Arrange posts by date in front page
- Making the category & tag Description textarea bigger
- How to redefine the sorting of product categories by menu_order?
- Filter Categories in meta box for CPTs
- Order categories by name or view count
- WooCommerce – How to show specific category first-rest of products-specific category last
- Filtering *out* a taxonomy from the admin post list
- Custom taxonomy/category order
- category doesn’t showing up in admin
- WP admin broken. Not saving catgories or adding categories to menu
- I want to display the all the posts that are inside a certain subcategory
- Categories in admin interface: can they be collapsible?
- wp e-commerce group product by category [closed]
- List posts in alphabetical order
- How to insert category list into post creation page, and retrieve chosen categories?
- How do I add Category Body Classes to Admin?
- Admin: Navigation Menus do not show empty categories/taxonomies in the list’s search tab
- how i can hide some category from author admin panel?
- Custom loop of a single category, cannot order by date. What am I missing?
- How to change the order of the subcategory and category in a post?
- How do order product categories – on a parent category page – in Woocommerce?
- How to hide some categories in dashboard
- Edit tag_id in category pages of dashboard
- Natural sort / ordering wp_dropdown_categories
- Sort posts alphabetically by category/custom taxonomy, insert divider between different types
- Page category filter in admin dashboard
- How can I order all subcategories alphabetical independent of the parent categories?
- Ordering terms whilst in loop
- Modifying category order
- How to check a category checkbox using JavaScript
- wp_category_checklist won’t show up for non-admin users
- Configure query with multiple categories in a custom order?
- $args Orderby The number
- How can I add a Categories page link to a menu? [closed]
- How to load jquery tag-it plugin into admin?
- Assign a category by user and customize the edit-tags.php?taxonomy=category page
- Show parent-child relationship for categories in the wordpress admin
- Woocommerce custom taxonomy order
- Woocommerce – Display product category of product in Orders page
- Post list category plugin alphabetical order [closed]
- Error while add Category or Tag in WordPress
- Change woo status automatically [closed]
- How To Create WordPress Dashboard Item
- Add Catgory (assign) to Post Programmatically (without editing)
- How to set acf color field as background color to product category
- Is there a “sensible” limit to WordPress Categories?
- How to prevent WordPress from redirecting single page to prefixed category archive with same name?
- Blog page with posts from specific categories
- Get category base permalink
- How to target all woocommerce categories that don’t have any subcategories in them?
- Show subcategories broken when WP/WC updates
- How to change current category to another in wordpress
- show thumbnail for subcategory wordpress
- Adding a WordPress Admin Dashboard to my local wordpress site
- Is this process OK to replace URL structure?
- Pagination for custom categories template
- Template category.php with page (no posts)
- Check with Jquery if second level checkbox from categories are checked
- Hide Some Categories in Post Editor
- Is it possible to set up blog categories without changing permalink structure
- How to display categories image in loop homepage WordPress
- WooCommerce REST API not returning the default products category
- Exclude a category from block editor’s category widget
- Count how many posts have a specified tag AND category
- In if…else condition, the else statement shows even if if statement is correct
- How to show WooCommerce Categories on ‘shop’ page instead of products?
- Show the parent taxonomy by creating shortcode in woocommerce?
- Replace deprecated get_category_children code with get_terms
- Display the articles of a category by role
- How to list all subcategories from all categories but not from a certain category
- Remove “Category:” from Post meta
- Identify a single category and output some code on an archive page
- add woocommerce archive description if exist
- Can’t display posts by filtering categories using isotope.js
- Can a Woocommerce product category URL contain “&”?
- Get a list of categories, separated by / to display inside the for custom metatags
- How can I display the category name in the single post when using WP Blog and Widget?
- How can I display all products from all categories on one page with woocommerce?
- Remove WP Core canonical for category pagination
- ADD DYNAMIC attribute for category to accordion
- Showing the category hierarchy as clicked in WordPress, with image and desc
- Create categories manually in database