prev_post_rel_link
prev_post_rel_link ( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )
Parameters:- (string) title Optional. Link title format. Default '%title'.
- (bool) in_same_term Optional. Whether link should be in the same taxonomy term. Default false.
- (int[]|string) excluded_terms Optional. Array or comma-separated list of excluded term IDs. Default true.
- (string) taxonomy Optional. Taxonomy, if `$in_same_term` is true. Default 'category'.
See:Defined at: - Introduced in WordPress: 2.8.0
- Deprecated in WordPress: —
Description
Displays the relational link for the previous post adjacent to the current post.