Terms are assigned a unique ID when added, and the ID will always increment, so the most recently added term will be the one with the highest ID.
With this in mind, if you fetch a single term ordered by ID in descending order, you should get the most recently added term:
$args = array(
'number' => 1,
'orderby' => 'ID',
'order' => 'DESC'
);
$recent_issue = get_terms( 'issue', $args );
Related Posts:
- Sorting Posts Via Custom Taxonomy Values Using Checkboxes?
- Alter post order on taxonomy template
- query_posts and custom taxonomy posts order
- How do I exclude a custom taxonomy from the post loop
- Filtering custom taxonomies
- Using WordPress to make a “Product Search” type navigation drilldown
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- get_query_var(‘paged’) always returns empty
- Custom order of terms for custom taxonomy in admin and website
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- search query within custom taxonomy term, post title and meta field
- Sort posts by number of matched terms
- Showing posts by collection of specific terms and texonomy
- Problem with query_posts for a custom taxonomy in theme options
- How to display posts from a single category within a custom taxonomy
- Advanced Tax Query
- Last posts from custom taxonomy
- Taxonomy.php issue with search and filters
- Sort custom taxonomy terms order by both count and name
- How to show the entries in a custom taxonomy by author?
- cannot get multiple loops using tax_query
- quey posts from different categories with taxonomy
- Show all taxonomy’s terms’ posts having another taxonomy’s term in common
- Sorting Custom Posts on Archive page with pagination
- WordPress Custom post query sorting does not work
- List Posts For Terms Of A Custom Taxonomy For Any Post Type
- Using WP_Query and Query_post for the loop?
- How to write sql query to get the posts from a custom taxonomy term name
- one post per term taxonomy
- Loop through custom taxanomy in post and display custom fields from posts
- Sort and paginate custom post taxonomies alphabetically
- Insert taxonomy slug into loop class
- Sort taxonomy page alphabetically by meta rather than default post date
- Using Custom Taxonomies to organise products – struggling to call a correct list
- Sorting the Loop by Taxonomy Value
- Group posts in a category based on tags in custom taxonomy
- Listing Cities A custom taxonmy by selection order
- WP Tax query & order by tax query not working
- Group & Sort Taxonomy terms by letter – Is there a better way?
- sort Posts by custom user filed
- Transfer taxonomy to custom field
- How do I query multiple specific posts from a custom taxonomy?
- Can you orderby slug in a taxonomy archive page using WP_Query?
- query posts returns 10 records
- Getting taxonomies specific to categories
- How much worse is querying custom fields compared to custom taxonomies, quantitatively
- Group custom taxonomies based on tags contained in their posts
- How to show to show post list under the specific category name using jetengine query?
- Custom taxonomy with custom meta value is not sorting correctly (query returns the same value for orderby regardless of sort column click)
- Display category posts grouped by taxonomy
- Post tags saving as both tag name & tag ID on post update when tags are displayed as checkboxes
- Retrieving custom taxonomy in order, but excluding specific tax IDs
- Taxonomy query for children of parents
- Help with a query not working with custom taxonomy
- Filtering more than one term in a taxonomy in WP
- Restricting Users to view only Custom Taxonomies they have entered?
- How to handle “the_terms” inside loop
- How to create drop down for child categories of current taxonomy being viewed?
- How to dynamically add custom taxonomy terms as a sub-menu of an existing menu item, using custom walker class
- Get terms ordered by post date
- custom post type, hide or disable the trash button in publish meta box
- Display hierarchical subterms of custom taxonomy based on depth
- Date archive permalinks for custom taxonomy
- Get posts from taxonomy URL
- How can I hide admin columns showing extra custom taxonomy fields?
- How to filter a post in the Tag Cloud widget, using tags of a media library image attached to the post?
- How to separate posts in loop?
- Custom Taxonomy isn’t working from frontend post submitting
- Base permalink for custom taxonomy
- put custom taxonomy slug in front of their respective term slugs
- How can I unregister a custom taxonomy?
- Count Number of Posts in Taxonomy Term in Last 24 Hours
- Problem with removing post tags programmatically
- Query custom taxonomy by term id?
- Custom post type, custom taxonomy, query posts only from taxonomy (children of)
- {$taxonomy}_edit_form_fields not working
- Custom taxonomy link automatically removing query string and re-directing
- Custom taxonomy filter for media
- export and import taxonomy terms from one taxonomy to another
- Find terms in a custom taxonomy based on the hirearchy
- WooCommerce custom taxonomy as meta?
- Query custom taxonomy for category including children
- Get 1st parent category id from post
- Filter by Custom Taxonomy AND Custom Field
- Display custom taxanomy on woocommere product page
- update attribute of specific products in woocommerce
- when custom taxonomy is empty, the page won’t load
- How to structure all custom-taxonomy with three verbs(a,b,c) and route them accordingly?
- how do you pull data from two taxonomies?
- register_taxonomy_for_object_type (images) : how to use it ?
- Restrict user to terms in a custom taxonomy registered for both posts and users
- WordPress search form and search result through ACF field in custom taxonomy
- WordPress tag or archive php file customization
- Dynamic value for get_option linked to taxonomy term_id?
- If page is a taxonomy do X, if is a term, do Y
- Custom taxonomy list in two columns
- get multiple values from $_GET from multiple checkboxes
- Using wp_query is it possible to orderby taxonomy?
- Way to organize content – custom taxonomies or other way?
- Two taxonomies with the same slug