MagpieRSS is already integrated with WordPress, this plugin will allow you to implement it easily within your theme.
Example Usage:
<ul>
<?php
echo ms_magpierss('http://www.mydomain.com/feed.rss','count=5&summary=0');
?>
</ul>
Example Output:
<ul>
<li><a href="http://www.mydomain.com/article-title-1/" target="_blank">Article Title 1 »</a></li>
<li><a href="http://www.mydomain.com/article-title-2/" target="_blank">Article Title 2 »</a></li>
<li><a href="http://www.mydomain.com/article-title-3/" target="_blank">Article Title 3 »</a></li>
<li><a href="http://www.mydomain.com/article-title-4/" target="_blank">Article Title 4 »</a></li>
<li><a href="http://www.mydomain.com/article-title-5/" target="_blank">Article Title 5 »</a></li>
</ul>
- Unpack the entire contents of this plugin zip file into your
wp-content/plugins/
folder locally
- Upload to your site
- Navigate to
wp-admin/plugins.php
on your site (your WP plugin page)
- Activate this plugin
OR you can just install it with WordPress by going to Plugins >> Add New >> and type MagpieRSS Simplified