Skip to main content Jump to list of all articles

Posts tagged with: RSS

WOW RSSX PHP Class - Display Multiple Feeds using SimpleXML

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.

WOW RSS PHP Class - Combine and Display Multiple RSS Feeds

WOW RSS PHP Class - Combine and Display Multiple RSS Feeds

WOW RSS is a little 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. If you prefer to use the...

Feedburner Finally Binned From My WordPress Blog

Feedburner Finally Binned From My WordPress Blog

After 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.

Long Live RSS - 2 Years Since the Death of Google Reader

Long Live RSS - 2 Years Since the Death of Google Reader

When Google announced that it was going to shut down its popular Google Reader in July 2013 some said that it would be the death of RSS. However 2 years on RSS is still pretty popular and it still serves a purpose in the modern web.

Jquery News Ticker - Display External RSS Feeds

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.

Display Wordpress Posts on another WordPress Blog

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.