Hi I am struggling to understand the code behind an RSS feed. I can see the tags that hold enclosures etc but how do i add, say, a new video i posted to a streaming server in to my feed ? And how do I get this new feed into my wordpress blog? Thanks Arthur
The feed is an XML file generated by a script. The script just automates the task of writing the file, but you can write a file yourself in Notepad, if you want. You'll have to tell the script what to insert, using the same format you used for the others parts of the feed. What script do you use for generating the feed? I'm not sure I understand the question. Which one do you want? a) You have a site that generates the RSS and you want your blog to import posts from that RSS? b) You want your Wordpress site to generate a custom RSS feed?