WordPress下一页评论标签:next_comments_link
文 / @WordPress主题
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
相关函数:
- cancel_comment_reply_link()
- comment_author()
- comment_author_email()
- comment_author_email_link()
- comment_author_IP()
- comment_author_link()
- comment_author_rss()
- comment_author_url()
- comment_author_url_link()
- comment_class()
- comment_date()
- comment_excerpt()
- comment_form_title()
- comment_form()
- comment_ID()
- comment_id_fields()
- comment_reply_link()
- comment_text()
- comment_text_rss()
- comment_time()
- comment_type()
- comments_link()
- comments_number()
- comments_open()
- comments_popup_link()
- comments_popup_script()
- comments_rss_link()
- get_avatar()
- paginate_comments_links()
- permalink_comments_rss()
- previous_comments_link()
- wp_list_comments()

相关文章
-
搭建一个WordPress网站需要多少成本 2023-11-06 00:09:51
-
Symlink介绍(附:如何使用Symlink进行WordPress开发) 2023-11-05 23:38:32
-
让WordPress实现数据库同步的插件:HyperDB 2023-10-24 23:40:49
-
allegro电商平台值得做吗(附:2023年Allegro注册流程指南) 2023-10-08 21:53:39
-
印度跨境电商平台有哪些(附:印度跨境电商做什么产品好) 2023-10-08 21:34:23
-
跨境电商必看的几大海外二手电商平台 2023-10-08 18:04:42
-
WordPress同城互联网产品解决方案:UBASE 2023-10-03 16:40:39
-
WordPress网站的安全插件:wordfence 2023-09-14 09:25:18
-
WordPress 6.3 支持在手动更新插件和主题失败后回滚旧版本 2023-08-28 16:58:45
-
WordPress 6.3版本(2023年8月)性能提升了哪些? 2023-08-28 16:56:02