wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



next_posts_link › WordPress Function

Da0.71
Deprecaton/a
next_posts_link ( $label = null, $max_page = 0 )
Parametri: (2)
  • (string) $label Content for link text.
    Richiesto: No
    Default: null
  • (int) $max_page Optional. Max pages. Default 0.
    Richiesto: No
    Default:
Definito a:
Codex:

Displays the next posts page link.



Sorgenti

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