wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



previous_posts_link › WordPress Function

Seit0.71
Veraltetn/v
previous_posts_link ( $label = null )
Parameter:
  • (string) $label Optional. Previous page link text.
    Erforderlich: Nein
    Standard: null
Definiert in:
Codex:

Displays the previous posts page link.



Quellcode

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