Hello is there way we can sort the rss url? I want to sort it by date, is there something or some code we can add in end of url to sort it by date thank you
Depends on how your RSS feed was generated. For example, if it's a WordPress-generated feed, you can sort it like this: http://yourblog.com/2010/10/feed/ http://yourblog.com/2010/09/feed/ http://yourblog.com/2010/08/feed/ etc... The same method works with some other automatic RSS-generators. If this is not your case, there is still a possibility to sort your script by date by means of a small custom-written script. Of course, if your original RSS feed does contain the <pubDate> XML tag.