wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_posts_pagination › WordPress Function

Depuis4.1.0
Dépréciéen/a
the_posts_pagination ( $args = array() )
Paramètres:
  • (array) $args Optional. See get_the_posts_pagination() for available arguments. Default empty array.
    Requis: Non
    Défaut: array()
Défini(e) dans:
Codex:

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



Source

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