Hello,
i need to create a simple plugin for wordpress to import a post from external XML api.
What will do the plugin:
1) the user insert into a field the ID of an element into an other system.
2) the plugin using PHP XML library load the external XML and extracts from the xml some contents (pictures)
3) the user selects from the list of pictures the pictures he wants
4) the user fills all required fields to create the neew post ( title, description) and select a template to use to …
