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



the_posts_navigation › WordPress Function

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

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



Source

function the_posts_navigation( $args = array() ) {
	echo get_the_posts_navigation( $args );
}