the_post_navigation

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

post_navigation是一个WordPress功能,它显示当前文章类别中上一篇和下一篇文章的链接。它可以为用户提供轻松的导航,以阅读系列文章的上一篇或下一篇。

在适用的情况下,显示到下一篇/上一篇文章的导航。

function the_post_navigation( $args = array() ) {
	echo get_the_post_navigation( $args );
}

常见问题

FAQs
查看更多 >