get_adjacent_post_rel_link()

get_adjacent_post_rel_link( string $title = ‘%title’, b…

get_adjacent_post_rel_link( string $title = ‘%title’, bool $in_same_term = false, array|string $excluded_terms = , bool $previous = true, string $taxonomy = ‘category’ )

检索相邻的后关系链接。
Retrieves the adjacent post relational link.

目录锚点:#说明#参数#返回#源码


说明(Description)

可以是下一个或上一个后关系链接。


参数(Parameters)

参数 类型 必填 说明
$title (string) 可选 链接标题格式。
$in_same_term (bool) 可选 链接是否应该在同一个分类术语中。
$excluded_terms (array | string) 可选 排除的术语ID的数组或逗号分隔列表。
$previous (bool) 可选 是否显示指向上一篇文章或下一篇文章的链接。
$taxonomy (string) 可选 分类法,如果$in_相同的术语是真的。

返回(Return)

(string|void)相邻的post relational链接URL。


源码(Source)


更新版本 源码位置 使用 被使用
2.8.0 wp-includes/link-template.php:1895 3 11
类别:WordPress 函数手册

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

评论 (0)COMMENT

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