I would love to see the author of the post listed with the blog post in an RSS feed. I have a multi-author blog (www.hardcore-troubadours.com) and it would be great if the posts came through listed as something other than "Admin."
I assume this is done in the feed php files? But I can't find an example of how to change it. I have searched these forums, the codex and done many many google searches.
Currently all my feed php files basically look like this:
<?php
if (empty($wp)) {
require_once('./wp-config.php');
wp('feed=rss2');
}
require (ABSPATH . WPINC . '/feed-rss2.php');
?>