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:
- Get current menu_order
- WordPress removing tags?
- Add tag to post api wordpress
- what types of order can I pass to get_posts() via orderby?
- Sort posts by popularity/page views
- Sort post by attributes ‘order’
- How to sort posts by last name (2nd word) on ONE category only?
- how to limit and display tag?
- Problem ordering posts with numbers for titles numerically E.g. 1, 10, 100
- Include related posts on a page
- Display custom post types by date field
- How to display post tags
- How to add shortcode tags in single.php [closed]
- Filter Posts By Tag
- post re-order on my site
- Display posts from #6 to #20 on archive page
- WP Query related posts by current page Tag ID
- How to display all posts assigned to some tag?
- How To Add One Tag to Multiple Posts?
- Add Post Tags to Body Class
- WP Query – duplicated posts once including tags in search results
- wp_tag_cloud() and the_taxonomies() work but not the_tag()
- Why orderby=”date” does not support manually changed posts?
- WP_Query orderby not working with meta_value_num and menu_order
- Display posts with tag that matches current post title
- “more” tag doesn’t appear when browsing category achives or search
- Print all the tags from a custom post type Please
- Display tag image in post using Taxonomy Images plugin index.php
- Help with Taxonomies
- How to get Tags with specific post id
- Order posts alphabetically: how to set order=asc in mysql query?
- How to get a post’s content? [closed]
- While loop articles – if statement order
- Conditionals if tags exist?
- Display related post by tag name of current post
- Make a vertical dynamic list of posts in alphabetically order and in columns [closed]
- Create a list of posts with topic headdings
- How to remove specific tag from multiple posts?
- Extracting relevant tags associated with that particular single post only
- How to change the layout of posts when viewing all posts by tag [closed]
- See if a post has a specified tag
- How to get post with associated categories and tags names instead of ids with rest api?
- Tags on products vs tags on blog posts. An easy way to duplicate them
- Changing Post Tag Color Based On Post Count
- get_previous_post() while accounting for sticky posts
- Need to know custom code to display random and most viewed posts in wordpress posts and pages
- Removing all post tags except a given list
- How to check if there are posts with the same tag
- In what context should Categories and Tags be used
- How to compare post tags?
- Would a “hub” page work better as a page or a post?
- Posts and order
- Plotting posts on a graph
- Short link to read complete post
- Delete all Tag Links from Posts
- Adjust the order for returned posts
- Deleting post tags removes categories
- How to Rearrange WordPress Tags list on frontend using Shortcode with specific order?
- Can I show category name in url for only one of my categories?
- 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?
- Tag for custom post type
- WordPress get tags in “publish_post” hook
- 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
- getting custom post by tag
- Replace Tag Keyword With Link Within Post Content
- I really need help… I am looking for a solution about 28hours
- show only one category and filter by tag
- WP_Query sort by meta_value_num or date
- Find post tags words in post content and link them to tag URLs
- Random order of the 5 most popular posts
- 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
- How can I count articles retrieved by tags
- Display the popular tags by default in the backend post edit page (without having to click on the link that displays them) [closed]
- 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
- Get related posts matching most of the provided tags using WP_Query
- How to remove category and other tags from posts page
- WordPress blog post tags in 2 rows
- WordPress converting ‘ to ’ and – to –?