W3cubDocs

/WordPress

the_post_navigation( array $args = array() )

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

Parameters

$args

(array) (Optional) See get_the_post_navigation() for available arguments.

Default value: array()

Source

File: wp-includes/link-template.php

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

Changelog

Version Description
4.1.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_post_navigation