Hellow everyone,
I cant create Rss Feed for my website. Can anyone tell me the detailed process of creating the rss feed. I tired to create Rss feed but failed.
its very simple to create rss feeds, if you can open any existing rss feed in notepad you will be able to check how easy it is. Here is further on reference
HTML Code: <?xml version="1.0"?><rss version="2.0"><channel><title>title</title><description>description</description><link>http://www.xyz</link><item><title>title</title><descritpion>description</description><link>http://www.xyz.com</link></item><item><title>title</title><descritpion>description</description><link>http://www.xyz.com</link></item></channel></rss>Hope it will help you, Thanks. But Is that it ?? Does your website contain a blog? If so, you can find your rss feed link from your browser.
If your website does not have a blog, then try the code given above by transcribing, that works. Place it in an xml file. And you have to keep adding the titles and descriptions of your posts/pages to the file.
Here is further reference - a link to the "Top 10
I cant create Rss Feed for my website. Can anyone tell me the detailed process of creating the rss feed. I tired to create Rss feed but failed.
HTML Code: <?xml version="1.0"?><rss version="2.0"><channel><title>title</title><description>description</description><link>http://www.xyz</link><item><title>title</title><descritpion>description</description><link>http://www.xyz.com</link></item><item><title>title</title><descritpion>description</description><link>http://www.xyz.com</link></item></channel></rss>Hope it will help you, Thanks. But Is that it ?? Does your website contain a blog? If so, you can find your rss feed link from your browser.
If your website does not have a blog, then try the code given above by transcribing, that works. Place it in an xml file. And you have to keep adding the titles and descriptions of your posts/pages to the file.
Here is further reference - a link to the "Top 10