欢迎莅临阿Q的项目

专业WP商业设计开发销售中心

[手册]WordPress 函数参考(Function Reference)

Function Reference 函数参考,函数参考目录: 1. Post, Page, Attachment and Bookmarks Functions 文章,页面,附件和链接的函数 - Posts, Post insertion/removal...

Function Reference 函数参考

函数参考目录:

  1. Post, Page, Attachment and Bookmarks Functions 文章,页面,附件和链接的函数 - Posts, Post insertion/removal
  2. Post, Page, Attachment and Bookmarks Functions 文章,页面,附件和链接的函数 - Pages, Custom field (postmeta)
  3. Post, Page, Attachment and Bookmarks Functions 文章,页面,附件和链接的函数 - Attachments, Bookmarks, Terms, Others
  4. Category, Tag and Taxonomy Functions 分类、标签和分类法函数 - Categories, Category Creation, Tags, Taxonomy
  5. User and Author Functions 用户和作者的函数 - Users and Authors, User meta, User insertion/removal, Login / Logout
  6. Feed Functions 订阅函数 - Feed
  7. Comment, Ping, and Trackback Functions 评论,广播和引用通告函数
  8. Action, Filter and Plugin Functions 动作,过滤器和插件函数 - Filter, Action, Plugin, Shortcode
  9. Theme-Related Functions 主题相关函数 - Include functions, Other functions
  10. Fommatting Functions 格式化函数
  11. Miscellaneous Functions 其他函数 - Time/Date Functions, Serialization, Options, XMLRPC
  12. Miscellaneous Functions 其他函数 - Localization, Cron (Scheduling), Miscellaneous
  13. Geo tags 地理标签

Functions by category 分类函数

1、Post, Page, Attachment and Bookmarks Functions 文章,页面,附件和链接的函数

get_adjacent_post <?php get_adjacent_post( $in_same_cat, $excluded_categories, $previous ) ?>
返回邻近的文章的信息数组,详情见:http://codex.wordpress.org/Function_Reference/get_adjacent_post.
get_children <?php get_children( mixed $args = "", constant $output  = OBJECT); ?>
检索附件、版本、子页面等信息,一般情况下由父文章执行,详情见:http://codex.wordpress.org/Function_Reference/get_children.
get_extended <?php get_extended( $post ) ?>
获取文章more标签分割的数组.$post是文章的内容
get_next_post <?php get_next_post( $in_same_cat, $excluded_categories ) ?>
获取下一篇邻近的文章信息.
get_post <?php get_post( $id, $output ); ?>
返回单篇文章的信息数组或对象,$id是文章id,注意这里只能用变量,详情见:http://codex.wordpress.org/Function_Reference/get_post.
get_post_ancestors <?php get_post_ancestors( $post ) ?>
返回基于文章ID的父文章的信息数组.
get_post_mime_type <?php get_post_mime_type( $ID ) ?>
返回基于附件ID的方式类型信息.
get_post_status <?php get_post_status( $ID ) ?>
返回基于文章ID的文章状态.
get_post_type <?php get_post_type( $post ) ?>
返回基于文章ID的文章类型.
get_previous_post <?php get_previous_post( $in_same_cat, $excluded_categories ) ?>
返回上一篇邻近的文章信息.
get_posts <?php get_posts('arguments'); ?>
获取一系列文章的集合,详情见:http://codex.wordpress.org/Template_Tags/get_posts.
is_post <?php is_post(); ?>
已弃用.
is_single <?php is_single($post); ?>
判断是否规定的单篇日志.
is_sticky <?php is_sticky($post_ID); ?>
判断文章是否置顶.
register_post_type <?php register_post_type( $post_type, $args ) ?>
注册发布类型,详情见:http://codex.wordpress.org/Function_Reference/register_post_type.
wp_get_recent_posts <?php wp_get_recent_posts( $num ) ?>
返回最近发布的文章数组.
wp_get_single_post <?php wp_get_single_post( $postid, $mode ) ?>
返回单篇文章的的数组或对象,同get_post().

wp_delete_post <?php wp_delete_post( $postid, $force_delete = false ) ?>
删除文章、页面或附件,$force_delete为true时不经过回收站.
wp_insert_post <?php wp_insert_post( $post ); ?>
发表一片文章或页面,详情见:http://codex.wordpress.org/Function_Reference/wp_insert_post.
wp_publish_post <?php wp_publish_post( $post_id ) ?>
通过更改文章状态来发表文章
wp_update_post <?php wp_update_post( $post ); ?>
更新一篇文章,详情见:http://codex.wordpress.org/Function_Reference/wp_update_post.
如果喜欢本文,请分享给朋友们

[手册]WordPress 函数参考(Function Reference)19 篇评论

  1. fannar

    博主,你好,我想问下,为什么我在你的网站里搜索esc_attr时,搜不到,在百度里面搜esc_attr,反而能搜到,想问下这是怎么回事?

    • 阿Q管理员

      我可以搜到包含esc_attr的三篇文章哦。

  2. 戈饭

    你NB,我特意来顶了,我不客气地COPY了!THANK YOU! :mrgreen:

  3. 我的天,实在是太长太多了.
    收藏回去慢慢看..

  4. 博主好

    百度快照就是不更新不知道为什么