模板标签-next_comments_link()

说明 该标签生成一个含有较新评论的“下一页”评论。 用法 <?php next_comments_lin…

说明

该标签生成一个含有较新评论的“下一页”评论。

用法

<?php next_comments_link( ‘Label’, ‘Max number of pages (default 0)’ ); ?> 

示例

默认用法

<?php next_comments_link(); ?>  

工作示例

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

参数

label

(字符串)链接文本。默认值为 ‘Newer Comments »’(较新的评论)。

max_pages

(整数)链接所能显示的最大页面数。

历史记录

始见于WordPress 2.7.0版本

分类:中文手册

类别:WordPress教程

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册