I have several authors on a WordPress site. On the recent posts widget, I want to display the latest posts from each author. How do I do this?
You create your own widget which only selects the posts by that author. You'll use get_posts in the widget to do so. You have the full source code of the recent posts widget to copy and learn from.