wpseek.com
A WordPress-centric search engine for devs and theme authors



previous_posts_link › WordPress Function

Since0.71
Deprecatedn/a
previous_posts_link ( $label = null )
Parameters:
  • (string) $label Optional. Previous page link text.
    Required: No
    Default: null
Defined at:
Codex:

Displays the previous posts page link.



Source

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