Actually there is still an issue. You can see that ‘BE THANKFUL'(BET) is displaying before ‘BEN BUIE’ (BEN). Why is this?
BE Thankful isn’t “BET”, but rather “BE[space]T”. and “Ben Buie” is “BEN”. Special characters and spaces come first in alphabetical order.
Note: This isn’t something WPSP controls. That’s just how WordPress’ default WP_query function orderby => title
works.
My suggestion: You can try adding a custom field for posts custom titles and add title there minus the spaces and special characters and sort the list by meta key value.
Example:
https://wpshowposts.com/support/topic/post-order-2/page/2/#post-15603