next_comments_link为WordPress下一页评论标签函数,用于评论模板中制作翻页导航。
next_comments_link( string $label = \'\', integer $max_page = 0 )
next_comments_link()函数位于:wp-includes/link-template.php
代码示例:
<?php next_comments_link( \'Newer Comments »\', 0 ); ?>
相关推荐:
WordPress函数:previous_comments_link上一页评论标签函数
-
WordPress函数:wp_update_post 更新修改文章WordPress函数:wp_update_post 更新修改文章
-
WordPress函数:wp_trash_post_comments 移动文章评论到垃圾站WordPress函数:wp_trash_post_comments 移动文章评论到垃圾站
-
WordPress函数:wp_delete_attachment 删除附件WordPress函数:wp_delete_attachment 删除评论
-
WordPress函数:wp_update_user 更新用户信息WordPress函数:wp_update_user 更新用户信息
-
WordPress函数:add_shortcode 添加短代码WordPress函数:add_shortcode 添加短代码
-
WordPress函数:remove_shortcode 删除短代码WordPress函数:remove_shortcode 删除短代码
暂无评论,抢个沙发...