Maybe you just need to add:
'order' => 'DESC', //or ASC
depending on which order you want them to be.
The title of your question sounds like you are trying to order taxonomy terms by their creation date which is not possible, but you can work around it by using the ID.
For example:
$terms = get_terms( 'YOUR_TAX_TERM', $args );
Since taxonomy term IDs are created incrementally if you sort by ID you are sorting them in the order that they were created:
$args = array(
'orderby' => 'ID',
'order' => 'DESC',
);
While not technically ordering by the date, this will accomplish essentially the same thing.
Related Posts:
- How can I select a primary category?
- How to organize custom categories for filtering and selecting
- How to add a post with new Taxonomy without assigning to default category?
- How to create default categories in new installs?
- Can’t custom taxonomies have same terms (slugs) as categories?
- get_categories for custom post type with a specific custom taxonomy attached
- How can I hide a category from Contributors in the edit/add new post screen?
- Order get_terms() By Custom Field
- WordPress Multiple Category Search
- How can I add the featured image functionality to a custom taxonomy?
- Multiple Domain Names – One WP Install (non-Multisite) – Default Each Domain name to Category Archive
- how to use a different domain/subdomain for authors/catagories on single site?
- Delete a specific category when deleting a user
- How to make custom taxonomy check boxes like ‘Categories’
- How to list child categories in custom category template?
- Trash bin for categories
- Show Post from parent category (custom taxonomy) ONLY!
- View category in the preview of Theme Customizer
- How to get next previous category in same taxonomy?
- One WordPress Install, Two Categories. Each Category Gets a Domain
- Block multiple categories from Blog
- Create single.php for specific category by category id
- Show posts of one category only with Custom Taxonomy on single.php
- Are Custom Taxonomy Templates Possible?
- Remove “Parent” Selection When Adding/Editing Categories?
- Get a list of Terms for a specific category
- How to display a description of a given category from a custom taxonomy
- Apply custom category template to subcategories
- Format Brand value in Category view [closed]
- Add custom taxonomy under the category title
- How to show in search results posts with a particular tag in a particular category?
- What is the advantage of using header-catname.php over is_category(‘catname’);?
- Category tree is flattened inside admin upon saving
- Remove ‘rel’ attributes from the_category() output
- Get multidimensional array that reflects category hierarchy
- Multiple menu items highlighted
- PHP Fatal error: Cannot use object of type WP_REST_Response as array in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
- If statement within PHP echo
- How to know if it’s a child taxonomy?
- Multiple Category Search
- How do I add a function on a specific post category?
- How to customize category template?
- Category-slug.php not being used
- How would I go about adding custom header images per category?
- Hide parent categories when clicked, and show it’s childs
- How to categorize posts under Category 1 and Category 2 which are separate lists of categories, and display them as separate lists in widgets
- add_rewrite_endpoint returns 404 on archives
- Add category only if post has custom taxonomy category
- How to rewrite the post URL according to the category?
- Add child category to parent on post creation and save
- Get posts from specific taxonomy term
- Display thumbnails for certain category posts
- Is it possible to remove from default category widget?
- Question on using custom structures for categories
- add slug beside name in Admin Category Checklists
- Target a specific category from a custom taxonomy?
- custom page for custom Taxonomy
- Multiple selection for wordpress widget
- Different CSS class by category
- Wrong category nice name is displayed on archive page
- Remove any product that is featured from regular display loop [WooCommerce]
- Two Sections on Woocommerce Catergory Page [closed]
- Filter By Category Dropdown List With Custom Taxonomies
- query_posts by category_name and custom taxonomy
- Theme for subcategories
- Displaying One Custom Post Type’s Content On Single Post of Another Custom Post Type
- Custom css per category and per single post belong in each category
- custom query for both category and pages using global $wpdb;
- I would like to feature a tip on the homepage
- SQL query to get posts from multiple categories but not in a category
- Posts not listing out sub category in hierarchy
- Post to inherit custom category background image from parent
- wp_delete_term or wp_delete_category?
- Select posts that match multiple category names, must match all categories listed
- Last x Posted Categories?
- show only sub categories if available?
- 3.1 post formats and specific categories/custom taxonomies
- How to fix select filter on category
- Migrate the posts of a category to another blog as a custom taxonomy
- List of post categories only associated to another custom taxonomy
- Taxonomy custom check box meta field not getting saved
- Grab all the posts for particular category
- Set a Default CPT taxonomy by taxonomy id
- problem with filter of custom portfolio categories
- Deleted categories still listed until additional page refresh
- How to assign Categories and tags inside the TinyMCE Editor for each Image?
- Search Replace Database ONLY for posts of certain category?
- Filter custom taxonomy posts via AJAX
- Help with Travel Guide Setup
- Why use hierarchical taxonomies instead of many custom taxonomies?
- How to Manage and link certain custom taxonomy?
- Show posts from all categories
- If it is a top level category show children otherwise show sibling categories
- Most efficient use of custom taxonomies, categories, and pages
- why is the delete option missing from just one category?
- How to prevent page re-sizing for mobile browsers [closed]
- How to Organize my Photo Albums?
- Converting Categories (with ACF fields) to custom taxonomies
- Woocommerce custom taxonomy order
- Taxonomy page wpml dropdown not working