WordPress下一页评论标签:next_comments_link

WordPress模板标签next_comments_link输出下一页评论链接,用于在评论模板中制作翻页导航。

next_comments_link( string $label = '', integer $max_page = 0 )

函数参数

$label

字符串值,默认值:Newer Comments »

链接的锚文本

$max_pages

整数型,默认值:0

翻页的最大页码数,默认值无限制

函数使用示例

<?php next_comments_link( 'Newer Comments »', 0 ); ?>

扩展阅读

next_comments_link()函数位于:wp-includes/link-template.php

相关函数:

阿里云