You could use the filter term_links-post_tag
to sort tags while ignoring their case:
add_filter( "term_links-post_tag", 'themeslug_sort_tags_alphabetically' );
function themeslug_sort_tags_alphabetically( $tags ){
natcasesort( $tags );
return $tags;
}
This code is to be placed in the functions.php of the child theme.
Related Posts:
- How to Change Order of Posts in Admin?
- Get current menu_order
- WordPress removing tags?
- Different post sort order within different categories
- Add tag to post api wordpress
- Set tags for a post – without tag creation
- what types of order can I pass to get_posts() via orderby?
- Sort posts by popularity/page views
- How to remove Nextpage tag inside posts text depending of utm_campaign
- Verify if tag is used on posts
- How do I reorder (pop and push) items from WP_Query?
- How to put last edited entry on top of the blog-post list?
- Sort post by attributes ‘order’
- How to sort posts by last name (2nd word) on ONE category only?
- Query posts from current year
- Plain-text tag list?
- Display posts by tag on page
- Reverse chronology of post listing
- Edit a post from frontend. post_tags get saved, but not separated
- Convert IPTC keywords to blog post tags
- Order Posts by Alphabetical for Each Letter
- how to limit and display tag?
- Set number of article per number of page
- Problem ordering posts with numbers for titles numerically E.g. 1, 10, 100
- Short link to read complete post
- Delete all Tag Links from Posts
- Adjust the order for returned posts
- How to add tag(s) to all posts from a specific category? [duplicate]
- Order posts by date
- Deleting post tags removes categories
- How do I keep raw HTML in my RSS feed and not lose my paragraph breaks?
- How to Rearrange WordPress Tags list on frontend using Shortcode with specific order?
- Set Default Post as Parent Child (Nested) Relation
- Can I show category name in url for only one of my categories?
- How to add first 3-4 post tags on WordPress Post Title
- how to add tags to post in the Loop?
- What parameters do I need to pass to get_tags to get ALL tags for the site, when used in a post
- Is there a way to categorize a list posts all at once?
- How to get tags when using publish_post
- Adding an option to post editor to show a site disclaimer or message
- Css and function issue on author archive page
- Tag for custom post type
- WordPress get tags in “publish_post” hook
- query posts with selected post ids first
- Remove status ‘archived’ from the default post and page view
- Top tags with minimum number of posts
- How to count posts in tags within time limit
- Why do I have categories with duplicate slugs?
- Exclude posts in home slider from sections
- Display all tags even if they are not assigned to a post
- Sync All Post Type Tag
- getting custom post by tag
- Replace Tag Keyword With Link Within Post Content
- Excluding tag Link from html tags in Post content
- I really need help… I am looking for a solution about 28hours
- show only one category and filter by tag
- How do I display posts ordered by a date custom field?
- WP_Query sort by meta_value_num or date
- Can I Paginate Post after every 25 tag?
- Show all posts from the tags without having to set all of them
- Allow reader to reorder posts for themselves (oldest first)
- Find post tags words in post content and link them to tag URLs
- Random order of the 5 most popular posts
- Set multi posts random categories and tags
- My custom query is displaying random posts in random order
- Get query result according to merged array
- How to make post button to a random post
- Hide Certain Tags on Single Post Page
- Display only current page -> posts tags in page
- Posts tagged with a-new-tag does not appear
- Where is object, property or label in the database that controls the order of the posts being displayed?
- Query posts from a specific category and selected tag
- Back up post tags
- Add tags to post before it’s created
- Tags not appearing in “Add New Post” Page
- Output posts with same name as tags?
- How can I count articles retrieved by tags
- Should new posts already have tags?
- Last three posts not being put in order by date. How to fix this?
- WordPress sub-posts and permalinks
- Display the popular tags by default in the backend post edit page (without having to click on the link that displays them) [closed]
- retrieve post slug by post_tags taxonomy
- Related posts by searching post tags of single post as terms
- Order by ‘s’ using WP_Query()
- How to remove a specific script from bulk wordpress posts and images description?
- Tag page that displays specific posts
- display last post modified date in genesis child themes
- WordPress More tag doesn’t work on Single post
- Custom Post-Rename Function Does Not Function in WordPress 6.x
- Custom Admin Post Column change order
- Get related posts matching most of the provided tags using WP_Query
- How to remove category and other tags from posts page
- How to sort posts alphabetically based on a specific parent category
- Insert Tag in WordPress Post
- Only an admin can add new tags
- WordPress blog post tags in 2 rows
- WordPress converting ‘ to ’ and – to –?
- Display related posts randomly that match “any” existing tags?
- Unable to create categories and tags for posts in wordpress multisite
- Order by Post Title in WP Query not working