Switch language

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




next_posts [ WordPress Function ]

next_posts ( $max_page = 0, $echo = true )
Parameters:
  • (int) $max_page Optional. Max pages.
  • (boolean) $echo Optional. Echo or return;
Defined at:



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;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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