WordPress功能函数adjacent_posts_rel_link()

WordPress功能函数adjacent_posts_rel_link(),显示与当前文章相邻的文章的关系链接。

用法:

adjacent_posts_rel_link( string $title = ‘title’, bool $in_s**e_term = false, int[]|string $excluded_terms = ”, string $taxonomy = ‘category’ )

参数:

$title

(string) (可选) 链接标题格式。

默认值: ‘title’

$in_s**e_term

(bool) (可选) 链接是否应该在同一个分类术语中。

默认值: false

$excluded_terms

(int[]|string) (可选) 被排除的术语id的数组或逗号分隔的列表。

默认值: ”

$taxonomy

(string) (可选) 分类,如果$in_s**e_term为真。

默认值: ‘category’

来源:

文件: wp-includes/link-template.php

function adjacent_posts_rel_link( $title = ‘title’, $in_s**e_term = false, $excluded_terms = ”, $taxonomy = ‘category’ ) {

echo get_adjacent_post_rel_link( $title, $in_s**e_term, $excluded_terms, true, $taxonomy );

echo get_adjacent_post_rel_link( $title, $in_s**e_term, $excluded_terms, false, $taxonomy );

}

更新日志:

WordPress功能函数adjacent_posts_rel_link() (https://www.wpzt.net/) WordPress开发教程 第1张

© 版权声明
THE END
喜欢就支持一下吧
点赞10 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容