I have a list of all my posts on alphabetical order on my wordpress blog using the query_posts function. However over half of my posts start with 'the' so the alphabetical order is quite messed up.
How can I exclude the word 'the' from the post listings so that the posts list on alphabetical order? Ideally the listing will move the word 'the' to the end of the title.
Example:
The Russian Sleep Experiment
Would turn into:
Russian Sleep Experiment, The
Thanks in advance!