I have a category called Writing which contains longish articles. On the front page I want to display the titles of the three most recent articles.
However it makes no sense to display them chronologically (since the date doesn't matter - only the fact that you might not have seen them yet).
So I want to use the loop to retrieve the three most recent posts, and THEN have these three posts displayed alphabetically according to the post title.
Any suggestions? Please!