首页 WordPress函数大全 get_adjacent_post_rel_link()

get_adjacent_post_rel_link()

2020-05-01 / 5861阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

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.

描述

Can either be next or previous post relational link.

参数

$title

(string)
(Optional)
Link title format.

Default value: '%title'

$in_same_term

(bool)
(Optional)
Whether link should be in a same taxonomy term.

Default value: false

$excluded_terms

(array|string)
(Optional)
Array or comma-separated list of excluded term IDs.

Default value: ''

$previous

(bool)
(Optional)
Whether to display link to previous or next post.

Default value: true

$taxonomy

(string)
(Optional)
Taxonomy, if $in_same_term is true.

Default value: 'category'

返回

(string|void) The adjacent post relational link URL.

大家谈论
    我的见解