Changes between Initial Version and Version 1 of Ticket #43845, comment 1
- Timestamp:
- 04/24/2018 01:22:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43845, comment 1
initial v1 1 1 Better to ask this question over at the support forum: wordpress.org/support 2 2 But in short: The sorting is not done by WordPress, but by your database. You need to make sure that your database collation is correctly set in your database. Unfortunately, it's not totally trivial to fix. (And for multilingual solutions it may not even be possible to get everything right without coding special solutions.) 3 EditAdd: Google and you'll find more.