Here is a simple way to display any RSS feed in your WordPress blog. <?php include_once(ABSPATH . WPINC . '/rss.php'); $rss = fetch_rss('http://feeds2.feedburner.com/WPCult'); $items = array_slice($rss->items,...
A lot of you may be using a email form to gather email’s via Feedburner. I am use that by now you know Google has decided...
You must be logged in to post a comment.