Sort wp post title with alphabetically and numerically?
Well, technically what WP is doing is correct. You can either rename your titles using prefixed 0’s. Title 001 Title 012 Otherwise You can use sorting using the publish date Or you can use an order meta field and sort on that one using wp_query