How to use sort title in WP_Query and exclude 'The'
-
Hi,
I have a bunch of movies like ‘Hugo’ ‘The Hunger Games’ ‘The Avengers’.At the moment I am sorting with:
WP_Query(“category_name=Reviews&orderby=title&order=ASC”)
But ‘The Avengers’ is after ‘Hugo’. Is there anyway I can do the sort and exclude ‘The ‘ from the starting Title?Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to use sort title in WP_Query and exclude 'The'’ is closed to new replies.