get_next_post


get_next_post ( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )

Parameters:
  • (bool) in_same_term Optional. Whether post 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:
  • (WP_Post|null|string) Post object if successful. Null if global `$post` is not set. Empty string if no corresponding post exists.
Defined at:

Description

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

Related Functions

get_next_post_link, next_post, get_next_posts_link, next_posts, get_post

Top Google Results

User discussions

wpseek mobile