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



previous_posts_link › WordPress Function

Since0.71
已弃用n/a
previous_posts_link ( $label = null )
参数:
  • (string) $label Optional. Previous page link text.
    Required: No
    默认: null
定义在:
文档:

Displays the previous posts page link.



源码

function previous_posts_link( $label = null ) {
	echo get_previous_posts_link( $label );
}