adjacent_posts_rel_link
函数
adjacent_posts_rel_link ( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )
- 参数
-
-
(string)
$title
Optional. Link title format. Default ‘%title’.- Required: 否
- Default: ‘%title’
-
(bool)
$in_same_term
Optional. Whether link should be in a same taxonomy term. Default false.- Required: 否
- Default: false
-
(int[]|string)
$excluded_terms
Optional. Array or comma-separated list of excluded term IDs. Default empty.- Required: 否
- Default: (empty)
-
(string)
$taxonomy
Optional. Taxonomy, if $in_same_term is true. Default ‘category’.- Required: 否
- Default: ‘category’
-
(string)
- 定义位置
-
-
wp-includes/link-template.php
, line 2072
-
wp-includes/link-template.php
- 引入
- 2.8.0
- 弃用
- –
Displays the relational links for the posts adjacent to the current post.
function adjacent_posts_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' ) { echo get_adjacent_post_rel_link( $title, $in_same_term, $excluded_terms, true, $taxonomy ); echo get_adjacent_post_rel_link( $title, $in_same_term, $excluded_terms, false, $taxonomy ); }
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。