Function: Creates a new post on your blog.
tags如果没会自动那一个
但是categroies如果与已经建立的不同,就会忽略掉的
可以用
string.replace('\n','').split(',')
Parameters:
Blog ID – For use in multisite installations, typically 0 for single sites
Username – WordPress username
Password – WordPress password
Content – Your blog post defined as an associate array with the following fields
'title' – Post title
'mt_keywords' – Tags
'categories' – An array of categories for the post.
'description – Post body content
'post_type' – 'post' or 'page'
'wp_slug' – Post slug (optional)
'wp_password' – Post password (optional)
'wp_page_parent_id' – ID of the parent post (optional)
'wp_page_order' – Menu order (optional)
'wp_author_id' – Identify an author other than the user posting the request (optional)
post-type_status – Set the post/page/custom status to draft, private, publish, publish, or pending
'mt_excerpt' – Post excerpt
'mt_text_more' – Text for the Read More link
'mt_allow_comments' – Set whether comments are open or closed
'mt_allow_pings' – Same settings as 'mt_allow_comments'
'mt_tb_ping_urls' – An array of the URLs you want to ping on publication
'date_created_gmt' – The publication date for the post
'dateCreated' – Same as above … use one or the other
Publish – The status you want the post to have, either publish or draft
Returns: ID of the post you just created