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



the_posts_pagination › WordPress Function

Seit4.1.0
Veraltetn/v
the_posts_pagination ( $args = array() )
Parameter:
  • (array) $args Optional. See get_the_posts_pagination() for available arguments. Default empty array.
    Erforderlich: Nein
    Standard: array()
Definiert in:
Codex:

Displays a paginated navigation to next/previous set of posts, when applicable.



Quellcode

function the_posts_pagination( $args = array() ) {
	echo get_the_posts_pagination( $args );
}