Home > MySQL, Programming, Wordpress, XML > Make WordPress Posts From Xml

Make WordPress Posts From Xml

December 1st, 2009

We require a light-weight php script that can read XML files and create subsequent wordpress posts, with the content of each XML file. Content will be posted to the video theme, specifically VideoFlick theme.

The script should be run by cron periodically, checking for new XML files that have been uploaded.

When the script detects a new file has been uploaded, it should create a new wordpress post, using the structured data inside the XML file.

once a wordpress post has been created the original xml file should be then moved to a sub-directory for archiving.


Make WordPress Posts From Xml

Comments are closed.
Bear