the_post()

the_post() 在循环中迭代post索引。 Iterate the post index in the …

the_post()

在循环中迭代post索引。
Iterate the post index in the loop.

目录锚点:#参数#源码#笔记


参数(Parameters)

参数 类型 说明

源码(Source)

/**
 * Iterate the post index in the loop.
 *
 * @since 1.5.0
 *
 * @global WP_Query $wp_query
 */
function the_post() {
	global $wp_query;
	$wp_query->the_post();
}
更新版本 源码位置 使用 被使用
1.5.0 wp-includes/query.php 1 10

笔记(Notes)

函数the_post()检查循环是否已启动,然后通过每次移动到队列中的下一个帖子来设置当前帖子。

类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册