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



next_posts_link › WordPress Function

Seit0.71
Veraltetn/v
next_posts_link ( $label = null, $max_page = 0 )
Parameter: (2)
  • (string) $label Content for link text.
    Erforderlich: Nein
    Standard: null
  • (int) $max_page Optional. Max pages. Default 0.
    Erforderlich: Nein
    Standard:
Definiert in:
Codex:

Displays the next posts page link.



Quellcode

function next_posts_link( $label = null, $max_page = 0 ) {
	echo get_next_posts_link( $label, $max_page );
}