I'm creating a automated webinar plugin for wordpress and have hit a road block. What I'm trying to do is allow users to create webinars from the plugin and have their selections (bgcolor, title text, video, etc) displayed on a different theme layout than their main theme activated. However I've seemed to have hit a roadblock. My initial thought was to have users upload several page template phps and css stylesheets into their main themes folder and have those files get the details from the plugin but I'm being told by my current developer that it can't be done that way because wp_insert_post won't allow it. Not sure why that matters but that's what I'm being told and I can't seem to find a way to make it work. Any suggestions?