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
  • 相关阅读:
    day01_02.php的开发环境准备
    day01_01.了解php
    day05_01 鸡汤+内容回顾
    河北省科技信息通用调查系统需求-----------开发日志---第一天
    开发项目注意事项总结
    JavaScript学习心得
    掌握需求过程读后感
    自我检讨
    安卓开发使用get请求想服务器发送数据
    对安卓移动应用开发的学习
  • 原文地址:https://www.cnblogs.com/fengidri/p/2757503.html
Copyright © 2011-2022 走看看