Я использую RPC Codeignitor для публикации в WordPress блоге, который работает нормально, НО я не могу заставить работать настраиваемые поля.Я предполагаю, что custom_fields не правильно "завернутый" для вызова?
$thePost = array(array('title' => array('Aston','string'),
'description' => array('this is the description','string'),
'wp_author_id' => array('2','int'),
'mt_keywords' => array('personal finance, money management','string'),
'mt_text_more' => array('<a href="http://www.ibm.com">read more</a>','string'),
'categories' => array(array('Small Business'),'array'),
'custom_fields' => array(array('key' => 'image','value' => 'Say Hello'),'struct')),
'struct');