Switch language
wpseek on Twitter


A WordPress-centric search engine for devs and theme authors




adjacent_posts_rel_link [ ]

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:
Codex



Display relational links for the posts adjacent to the current post.

Source

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 Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...