Switch language

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




posts_nav_link [ WordPress Function ]

posts_nav_link ( $sep = '', $prelabel = '', $nxtlabel = '' )
Parameters:
  • (string) $sep Optional. Separator for posts navigation links.
  • (string) $prelabel Optional. Label for previous pages.
  • (string) $nxtlabel Optional Label for next pages.
Defined at:



Display post pages link navigation for previous and next pages.

Source


<?php
function posts_nav_link$sep ''$prelabel ''$nxtlabel '' ) {
    
$args array_filtercompact('sep''prelabel''nxtlabel') );
    echo 
get_posts_nav_link($args);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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