I wnat to be able to take, for example,
this rss feed:http://news.guitarworld.com/index.xml,
and I can call it like that:
<?php include_once(ABSPATH . WPINC . '/rss.php');
wp_rss('http://news.guitarworld.com/index.xml', 3); ?>
But I don't know how to style the elemnts,
and define what will apper (the title, the date, etc...)
Does somebody know's if there's a file i can get to,
for editing thing's, or another way to get rss feeds to my site,
with control over how they look?