I have several authors on a blog, and on the home page (index.php) I want to query the posts so that it only shows the latest post from each author. So say I have 5 authors it will show 5 posts each being the most recent for each author.
Any ideas on how to do this? I don't want to create separate loops for each author, it has to be automatic and using the default loop. Thanks.