previous_posts_link()

最后更新于:2021-11-27 20:09:13

previous_posts_link( string$label=null)

Displays the previous posts page link.

参数

$label

(string) (Optional) Previous page link text.

Default value: null

源文件

文件: gc-includes/link-template.php

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