What’s the best approach for showing posts by A->Z order?

My recommendation would be to use query_posts() to modify your query such that orderby=title and order=ASC … this will return the same results as your first query, but with the posts ordered alphabetically by title.

Leave a Comment

tech