next_post_link
next_post_link ( $format = '%link »', $link = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )
Parameters:- (string) format Optional. Link anchor format. Default '« %link'.
- (string) link Optional. Link permalink 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 empty.
- (string) taxonomy Optional. Taxonomy, if `$in_same_term` is true. Default 'category'.
See:Defined at: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: —
Description
Displays the next post link that is adjacent to the current post.