Switch language

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




next_posts [ WordPress Function ]

next_posts ( $max_page = 0, $echo = true )
Parameter:
  • (int) $max_page Optional. Max pages.
  • (boolean) $echo Optional. Echo or return;
Definiert in:



Display or return the next posts page link.

Source


<?php
function next_posts$max_page 0$echo true ) {
    
$output esc_urlget_next_posts_page_link$max_page ) );

    if ( 
$echo )
        echo 
$output;
    else
        return 
$output;
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics