the_post_navigation() – Displays the navigation to next/previous post, when applicable.
You appear to be a bot. Output may be restricted
Description
Displays the navigation to next/previous post, when applicable.
Usage
the_post_navigation( $args );
Parameters
- $args
- ( array ) optional – Optional. See get_the_post_navigation() for available arguments. Default empty array.
Returns
void
Source
File name: wordpress/wp-includes/link-template.php
Lines:
1 to 3 of 3
function the_post_navigation( $args = array() ) { echo get_the_post_navigation( $args ); }