first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

PHP and WordPress.org: “Display Any RSS Feed on Your WordPress Blog”; smashingmagazine.com

Many plug-ins can do the job, but they’re not necessary at all. WordPress has a built-in RSS reader that is used, for example, to display news on your dashboard. All you have to do is use it in your theme.

<?php include_once(ABSPATH.WPINC.'/rss.php');
wp_rss('http://feeds.feedburner.com/wprecipes', 3); ?>

[http://www.smashingmagazine.com/2008/ 12/02/10-useful-rss-hacks-for-wordpress/]

mod date: 2009-08-09T16:55:03.000Z