the_comments_navigation

函数
the_comments_navigation ( $args = array() )
参数
  • (array) $args See get_the_comments_navigation() for available arguments. Default empty array.
    Required:
    Default: array()
定义位置
相关方法
get_the_comments_navigationthe_comments_paginationthe_posts_navigationthe_post_navigationget_the_comments_pagination
引入
4.4.0
弃用
-

the_comments_navigation – 这个函数用于输出一个文章的评论部分的导航链接。它用于有多页评论的情况下。

如果适用的话,显示导航到下一个/上一个评论集。

function the_comments_navigation( $args = array() ) {
	echo get_the_comments_navigation( $args );
}

常见问题

FAQs
查看更多 >