churchm.ag
Display an RSS Feed in Your WordPress Theme - ChurchMag
This is a handy bit of code that can be used to list recent posts from your favorite blog/RSS feed in your WordPress theme. For example, let’s say you love ChurchMag so much, you decide to list our five most recent posts in your sidebar. Here’s the code: [cc lang=”php”] include_once(ABSPATH.WPINC.’/feed.php’); $feed = fetch_feed(‘http://feeds2.feedburner.com/churchmag’); $limit = $feed->get_item_quantity(5); // […]
Eric Dye