Sort posts by title, sort array by largest number [duplicate]
It might be easier if you rearranged how you’re going about this. Rather than putting a numerical value for the title, why not put it as a custom field. You can still show all your posts and orderby your custom field as a numerical value using meta_value_num. More info. Here’s a topic on the WordPress … Read more