I have a bit of a tricky one...
I have a hierarchical Custom Post Type ('shows') that represents events. Is it possible for the user to create a new page (ie show), save the page and for Wordpress to automatically create a defined set of child pages with defined names?
Ideally each child page would have a specific Custom Taxonomy applied to it automatically as it is created.
The icing on the cake would be if those child pages were saved as drafts and not published at that point.
Note that the number of child pages, their names and the taxonomy applied can be hard coded and won't change.
Here is what I need:
//Save parent page
London 2013
//Children automatically created
London 2013
-About (taxonomy: about)
-Visitor Info (taxonomy: info)
-Exhibitors (taxonomy: exhibitors)
-Sponsors (taxonomy: sponsors)
-Press (taxonomy: press)
