wpseek.com
A WordPress-centric search engine for devs and theme authors



the_posts_pagination › WordPress Function

Since4.1.0
Deprecatedn/a
the_posts_pagination ( $args = array() )
Parameters:
  • (array) $args Optional. See get_the_posts_pagination() for available arguments. Default empty array.
    Required: No
    Default: array()
Defined at:
Codex:

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



Source

function the_posts_pagination( $args = array() ) {
	echo get_the_posts_pagination( $args );
}