首页    >    中文手册    >   常用函数-wp_get_single_post()

常用函数-wp_get_single_post()

常用函数-wp_get_single_post()

说明

按文章编号检索某篇文章。

用法

<?php wp_get_single_post( $postid, $mode ) ?>

参数

$postid

(整数)(可选)文章编号

默认值: 0

$mode

(字符)(可选)如何返回结果。结果应为常量:OBJECT, ARRAY_N, or ARRAY_A

默认值:OBJECT

返回的值

(对象 | 数组)

文章对象或数组,该对象或数组所包含的内容和信息应含有两个附加字段(或关键字): 'post_category' 和 'tags_input'。

示例

注释

修改记录

自1.1.0版本后

源文件

wp_get_single_post() is located in wp-includes/post.php.

相关资源

分类:中文手册

* 版权声明:作者WordPress啦! 转载请注明出处。