the_post_navigation( array $args = array() )
Displays the navigation to next/previous post, when applicable.
Description Description
Parameters Parameters
- $args
-
(array) (Optional) See get_the_post_navigation() for available arguments.
Default value: array()
Source Source
File: wp-includes/link-template.php
function the_post_navigation( $args = array() ) { echo get_the_post_navigation( $args ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Customize your posts navigation to get posts in the same tag.