Displaying your RSS Feed on Wordpress Page
New page required for our WordPress website, Ski Press. I wanted to pull the RSS feed, from our Skiing blog and display it on a Ski Press page.
Good round-up from Problogger on all the options: http://www.problogger.net/archives/2010/12/03/everything-you-need-to-import-and-display-rss-feeds-with-wordpress/
However, I didn’t want to use a plugin. So used this code from WP Tuts+: http://wp.tutsplus.com/tutorials/add-the-wordpress-rss-feed-anywhere-in-your-theme/
Steps:
1. Create custom page template
Created PHP file, added this code to the top of the file:<?php /* Template name: My Custom Page Template */ ?>
Copied all the code from my page.php, into this new page.
2. Added code to pull RSS feed into page, from WP Tuts+ (see above link)
3. Saved PHP file and uploaded into Wordpress theme directory
4. Then able to create a Wordpress page and select the template
5.Added some CSS to style the RSS output
Here is my Page: http://www.ski-press.com/ski-press-blog
