wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_post_navigation › WordPress Function

Seit4.1.0
Veraltetn/v
the_post_navigation ( $args = array() )
Parameter:
  • (array) $args Optional. See get_the_post_navigation() for available arguments. Default empty array.
    Erforderlich: Nein
    Standard: array()
Definiert in:
Codex:

Displays the navigation to next/previous post, when applicable.



Quellcode

function the_post_navigation( $args = array() ) {
	echo get_the_post_navigation( $args );
}