the_posts_navigation

Advertisement

Summery Summery

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

Syntax Syntax

the_posts_navigation( array $args = array() )

Parameters Parameters

$args

(Optional) See get_the_posts_navigation() for available arguments.

Default value: array()

Source Source

File: wp-includes/link-template.php

 * Displays the navigation to next/previous set of posts, when applicable.
 *
 * @since 4.1.0

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

Advertisement

Leave a Reply