Switch language

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




previous_post_link [ WordPress Function ]

previous_post_link ( $format = '« %link', $link = '%title', $in_same_cat = false, $excluded_categories = '' )
Parameters:
  • (string) $format Optional. Link anchor format.
  • (string) $link Optional. Link permalink format.
  • (bool) $in_same_cat Optional. Whether link should be in a same category.
  • (array|string) $excluded_categories Optional. Array or comma-separated list of excluded category IDs.
Defined at:



Display previous post link that is adjacent to the current post.

Source


<?php
function previous_post_link($format='&laquo; %link'$link='%title'$in_same_cat false$excluded_categories '') {
    
adjacent_post_link($format$link$in_same_cat$excluded_categoriestrue);
}
?>

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