wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



the_posts_navigation › WordPress Function

Desde4.1.0
Obsoleton/a
the_posts_navigation ( $args = array() )
Parâmetros:
  • (array) $args Optional. See get_the_posts_navigation() for available arguments. Default empty array.
    Required: No
    Padrão: array()
Definido em:
Codex:

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



Fonte

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