the_comments_pagination

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

the_comments_pagination – 这个函数用来为文章的评论部分输出分页链接: 当有太多的评论无法在一个页面上显示时,它就会被使用。

在适用的情况下,显示一个分页导航到下一个/上一个评论集。

function the_comments_pagination( $args = array() ) {
	echo get_the_comments_pagination( $args );
}

常见问题

FAQs
查看更多 >