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



the_post_navigation › WordPress Function

Da4.1.0
Deprecaton/a
the_post_navigation ( $args = array() )
Parametri:
  • (array) $args Optional. See get_the_post_navigation() for available arguments. Default empty array.
    Richiesto: No
    Default: array()
Definito a:
Codex:

Displays the navigation to next/previous post, when applicable.



Sorgenti

function the_post_navigation( $args = array() ) {
	echo get_the_post_navigation( $args );
}