Hi - I am going to create some custom post types with custom fields using Toolset Types. But rather than manually entering data to populate the posts, I want to do this programmatically. Can you tell me if there are any Toolset compatible plugins that provide and API for doing this?
Hi - The data will be generated by a software program on a non-WordPress server. It can be formatted in any way needed (XML, CSV, etc.). The key thing is that this software program needs to be able to automatically upload it's data to my WP website as custom post type entries. So there would no manual uploading involved. It needs to be done programmatically (server to server). This automatic upload process would also need to be compatible with Types which I will use to set up the customer post types and Views that I will use to display the data as desired on my WP site. The CPT's will have custom fields. Are there any Toolset api's or third-party plugins that can be used for this?