Hello, I have around 200 pages on my site, the product pages are numbered from WP01 through to WP164.
For the HTML sitemap I have alphabetical (asc) selected. The problem is the way in which it handles numbers, so as an example it will sort WP01 through to WP11 then it jumps to WP110 through to WP119 and then the next line is WP12.
This is known as lexicographic sorting, the sort is treating each item as a string without using numeric sorting. How can I change this behaviour so that it sorts numerically?
Many thanks,
Brian