next_posts_link

函数
next_posts_link ( $label = null, $max_page = 0 )
参数
  • (string) $label Content for link text.
    Required:
    Default: null
  • (int) $max_page Optional. Max pages. Default 0.
    Required:
定义位置
相关方法
next_post_linkget_next_posts_linkget_next_post_linknext_post_rel_linkedit_post_link
引入
0.71
弃用
-

next_posts_link: 这个函数生成一个指向循环中下一组文章的链接。它接受几个参数来定制链接的文本、格式和其他属性。

显示下一个文章的页面链接。

function next_posts_link( $label = null, $max_page = 0 ) {
	echo get_next_posts_link( $label, $max_page );
}

常见问题

FAQs
查看更多 >