
如何增加本地Web服务器MAMP的上传大小
the_comments_pagination ( $args = array() )
the_comments_pagination – 这个函数用来为文章的评论部分输出分页链接: 当有太多的评论无法在一个页面上显示时,它就会被使用。
在适用的情况下,显示一个分页导航到下一个/上一个评论集。
function the_comments_pagination( $args = array() ) { echo get_the_comments_pagination( $args ); }