zoukankan      html  css  js  c++  java
  • metaWeblog 相关的参数

    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
  • 相关阅读:
    windows 远程连接报错
    这30类CSS选择器 你必须记在脑袋里!
    Print to the console in django without UnicodeEncodeErrors
    基于md5的解决js,css缓存问题for django
    Django开发经验
    vscode常用的插件
    点击时添加不同的类
    jQuery 点击空白,隐藏元素
    多功能日历插件:Kalendae
    jQuery中的data()方法
  • 原文地址:https://www.cnblogs.com/fengidri/p/2757503.html
Copyright © 2011-2022 走看看