Advertisement

next_post_rel_link

Displays the relational link for the next post adjacent to the current post.

adjacent_posts_rel_link_wp_head

Displays relational links for the posts adjacent to the current post for single post pages.

adjacent_posts_rel_link

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

Advertisement

get_{$adjacent}_post_sort

Filters the ORDER BY clause in the SQL for an adjacent post query.

get_{$adjacent}_post_join

Filters the JOIN clause in the SQL for an adjacent post query.

Advertisement

get_previous_post

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

get_next_post

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

Advertisement