TypeRocket / typerocket

TypeRocket is a highly integrated MVC WordPress framework with beautiful UI components for the modern developer.
https://typerocket.com
454 stars 62 forks source link

Urgent: import data in wp database #212

Closed robcal closed 5 years ago

robcal commented 5 years ago

Hello, I was trying TypeRocket (a truly exceptional product) and I wanted to import data from another database. In particular I created a dedicated taxonomy called Department which has a custom field called "color". I created the relative model and the controller and I have no problem creating the department with its name, but how can I save the "color" custom field from the model? How to save custom taxonomy / post_type fields from the model? Thanks Roberto

robcal commented 5 years ago

And another question: how to populate custom image fields? thanks for help

kevindees commented 5 years ago

Hey @robcal

Can you send your code over so I can look at your approach?

Thanks, Kevin