Last week I wrote how to “Use WordPress to print a RSS feed for Eventbrite attendees“. It was pretty popular, but then I found myself in...
Today I was working on the WordCamp.LA site. I was trying to show the “attendee list” on the attendees page with out having to update the...
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,...
Yesterday I found and downloaded the WP Greet Box plugin from Omni Noggin. This plugin could be a very useful tool and keeping visitors from various...
You must be logged in to post a comment.