首页 WordPress函数大全 adjacent_post_link()

adjacent_post_link()

2020-05-01 / 4995阅 / 悠然

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

adjacent_post_link( string $format, string $link, bool $in_same_term = false, array|string $excluded_terms = '', bool $previous = true, string $taxonomy = 'category' )

Displays the adjacent post link.

描述

Can be either next post link or previous.

参数

$format

(string)
(Required)
Link anchor format.

$link

(string)
(Required)
Link permalink format.

$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 category 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'

大家谈论
    我的见解