显示以前的帖子页面链接。
原型
previous_posts_link( string $label = null )
参数
$label
(string)
(Optional)
上一页链接文字。
源文件
路径:wp-includes/link-template.php
<?php
...
function previous_posts_link( $label = null ) {
echo get_previous_posts_link( $label );
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/previous_posts_link/