Im currently using the following to display rss feeds to a forum however I want it to show an excerpt and author as well rather then just the title that is linked to it
<?php include_once(ABSPATH.WPINC.'/rss.php');
wp_rss('http://www.mydomain.com/external.php', 7);?>
how can i go about doing what i need?