wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_posts_pagination › WordPress Function

Od4.1.0
Przestarzałyn/a
the_posts_pagination ( $args = array() )
Parametry:
  • (array) $args Optional. See get_the_posts_pagination() for available arguments. Default empty array.
    Wymagane: Nie
    Domyślny: array()
Zdefiniowane na:
Codex:

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



Źródło

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