Switch language

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




previous_posts [ WordPress Function ]

previous_posts ( $echo = true )
Parameters:
  • (boolean) $echo Optional. Echo or return;
Defined at:



Display or return the previous posts page link.

Source


<?php
function previous_posts$echo true ) {
    
$output esc_urlget_previous_posts_page_link() );

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

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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