wordpress如何显示下个评论链接

2024年07月07日 建站教程

函数原型:

next_comments_link( string $label = '', int $max_page )

//$label,链接文本的标签。默认值:“”。
//$max_page,最大页面。

函数源码:

function next_comments_link( $label = '', $max_page = 0 ) {
  echo get_next_comments_link( $label, $max_page );
}

本文链接:http://so.lmcjl.com/news/8009/

展开阅读全文
相关内容