Definition:
function adjacent_posts_rel_link($title = '%title', $in_same_cat = false, $excluded_categories = '') {}
Display relational links for the posts adjacent to the current post.
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.
Source code
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);
}
389

February 11, 2011 


No comments yet... Be the first to leave a reply!