wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_posts_navigation › WordPress Function

Since4.1.0
已弃用n/a
the_posts_navigation ( $args = array() )
参数:
  • (array) $args Optional. See get_the_posts_navigation() for available arguments. Default empty array.
    Required: No
    默认: array()
定义在:
文档:

Displays the navigation to next/previous set of posts, when applicable.



源码

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