I've run into a very annoying problem:
I'd need to list my posts in alphabetical order, that alphabet being scandinavian rather than US/english. In practice, this means some additional, accented characters (such as ä and ö) that go between the US ones.
Does anyone have an idea on how to do this?
I realize I can read the posts to an array and sort that, but there must be a better way (say, directly in wp-query) to go about this.