Skip to main content Jump to list of all articles

Tag RSS

WOW RSSX PHP Class – Display Multiple Feeds using SimpleXML

WOW RSSX is another PHP script that fetches either a single or multiple RSS Feeds and combines them to display on your website along with categories and dates. With added options, you can tailor the output to suit your needs. The difference between the recently published WOW RSS and WOW RSSX is that this script uses SimpleXML and WOW RSS uses cURL to fetch the feeds and JSON to convert the feeds from a SimpleXML object to a PHP array.

in Web Development

Feedburner Finally Binned From My WordPress Blog

2After 7 years of using feedburner I have finally decided to switch. Google haven’t yet killed off feedburner entirely but having announced that they are no longer going to support or update it. Like many people who are flocking to alternatives I thought I would jump on the bandwagon. Obviously switching to something new can be quite problematic and true I did encounter a couple of problems and here is how I solved them.

in WordPress

Jquery News Ticker – Display External RSS Feeds

In this tutorial, I will show you how to display single or multiple RSS feeds using SimplePie in your WordPress theme in a news ticker style format using the jQuery news ticker script. If you want to link to your blog content try this tutorial. If you want to add a news ticker to a website that doesn’t use WordPress primarily but features a WordPress powered blog section then try this tutorial.

in Web Development

Display WordPress Posts on another WordPress Blog

Following on from the post Display Your WordPress Recent Posts on a Static Page which was used to display your WordPress posts on a non-WP website on the same server. I have had several people contacting me on how to display WordPress posts on another WordPress blog. This tutorial will show you how to display your posts, associated post thumbnail images and a snippet of the content from one blog to another by fetching the data from your RSS feed using the SimplePie RSS parser which is included in the WordPress installation.

in WordPress