Wordpress: How should I keep an xml-file updated with the images attached to a page?
- by Zolomon
If I want to keep an xml file updated with all the images that a user has attched to a page, I shouldn't write create and generate an xml-file everytime someone visits that page (because it would cause too much overhead) - should I create and fill the file when the user attaches new content to the page in the admin console instead?