Hi guys i recently added an RSS feed to my website, now the website is a static site and therefore is not a blog or wordpress theme. So i coded an xml rss feed and added it and everything is fine, however i am wanting it to automatically update when i add new content to my home page can this be done, if so how? Thanks
In static HTML NO. But if you have php, it can be done. For example, you could enter each text in a file, and include that file from your web site page and from your XML file.