the_posts_navigation

函数
the_posts_navigation ( $args = array() )
参数
  • (array) $args Optional. See get_the_posts_navigation() for available arguments. Default empty array.
    Required:
    Default: array()
定义位置
相关方法
the_post_navigationget_the_posts_navigationget_the_post_navigationthe_posts_paginationthe_comments_navigation
引入
4.1.0
弃用
-

posts_navigation是一个WordPress函数,用于显示当前查询的分页链接。它可用于为用户提供轻松的导航,以阅读上一组或下一组文章。

显示到下一组/上一组文章的导航,如果适用的话。

function the_posts_navigation( $args = array() ) {
	echo get_the_posts_navigation( $args );
}

常见问题

FAQs
查看更多 >