Posts tagged rss

How to use default WordPress RSS widget in your php templates

How to use default WordPress RSS widget in your php templates

I showed you how to use widgets using the_widget in your php templates before. Upon request, I am going to show you how to use WordPress RSS Widget with the help of WordPress the_widget function.
Read More →

How to fix common RSS feed errors in wordpress

WordPress plugins & themes sometimes may break down your xml structure. XML is so strict that it doesn’t accept any space, tabs or blank lines in it’s first line. In this post i will show you how to easily fix common RSS Problems with wordpress.
Read More →

Add blog updates box to your site using rss reader script

Add blog updates box to your site using rss reader script

Google Ajax API allows us to easily import rss data using javascript. Using this simple script you can add any feed updates to your web site. Not only it is practical, it also makes sites load faster compared to php based readers.

RSS reader reads the feed after page load is complete so it doesn’t slow your page load. You can use a tiny loading image to show users something is loading there. You can view a demonstration of rss reader script here.

Read More →