maxcutler / python-wordpress-xmlrpc

Python library for WordPress XML-RPC integration

Home Page:http://python-wordpress-xmlrpc.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custome field can't work with "_"

Yuelioi opened this issue · comments

commented

it wordks,

post.custom_fields.append({
'key': 'viel',
'value': 'aaa'
})
but this can't work (

post.custom_fields.append({
'key': '_viel',
'value': 'aaa'
})