workvista

Results 1 issues of workvista

I am trying to add a custom post type via xmlrpc: ``` wp = Client(url, username, password) post = WordPressPost() post.post_type = 'job' post.custom_fields = [] post.title = job.job_title post.custom_fields.append({...