Switch language

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




adjacent_posts_rel_link [ WordPress Function ]

adjacent_posts_rel_link ( $title = '%title', $in_same_cat = false, $excluded_categories = '' )
Parameters:
  • (string) $title Optional. Link title 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 relational links for the posts adjacent to the current post.

Source


<?php
function adjacent_posts_rel_link($title '%title'$in_same_cat false$excluded_categories '') {
    echo 
get_adjacent_post_rel_link($title$in_same_cat$excluded_categories ''true);
    echo 
get_adjacent_post_rel_link($title$in_same_cat$excluded_categories ''false);
}
?>

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