All Topics
Sort terms naturally (alphanumerically)
Hello!
Wordpress has a limitation when sorting terms that has letters and numbers. For example:
Item 1
Item 2
Item 3
Item 10
Item 11
Item 100
Above is the desired order, called naturally or alphanumerically. But when sorted by name in WordPress, it returns:
Item 1
Item 10
Item 100
Item 11
Item 2
Item 3
There is a tutorial explaining how to change this: https://objectiv.co/sorting-wordpress-taxonomy-terms-naturally-alphanumerically/
But it is only for frontend. Does Admin Column has a way to do this on edit-tags.php?
Thanks!
You must be logged in to reply to this topic.