get_next_post_link


get_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'.
Returns:
  • (string) The link URL of the next post in relation to the current post.
Defined at:

Description

Retrieves the next post link that is adjacent to the current post.

Related Functions

get_next_posts_link, get_edit_post_link, next_post_link, get_next_posts_page_link, next_posts_link

Top Google Results

User discussions

wpseek mobile