Navigation pagination (tag)

_navigation_markup()

Wraps passed links in navigational markup.

get_next_posts_page_link()

Retrieves the next posts page link.

get_posts_nav_link()

Retrieves the post pages link navigation for previous and next pages.

get_previous_posts_page_link()

Retrieves the previous posts page link.

get_the_comments_navigation()

Retrieves navigation to next/previous set of comments, when applicable.

get_the_comments_pagination()

Retrieves a paginated navigation to next/previous set of comments, when applicable.

get_the_post_navigation()

Gets the navigation links (HTML) to the next and previous posts. Uses on a single post page: is_singular().

get_the_posts_navigation()

Retrieve the navigation block to the next/previous set of posts. Used on archive pages (categories, tags).

get_the_posts_pagination()

Retrieves a paginated navigation to next/previous set of posts, when applicable.

posts_nav_link()

Displays the post pages link navigation for previous and next pages.

the_comments_navigation()

Displays navigation to next/previous set of comments, when applicable.

the_comments_pagination()

Displays a paginated navigation to next/previous set of comments, when applicable.

the_post_navigation()

Displays the HTML block of links to the next and previous posts. Uses on a single post page: is_singular().

the_posts_navigation()

Displays the navigation to next/previous set of posts, when applicable.

the_posts_pagination()

Outputs pagination links to the next/previous set of posts. Uses for archives pages (categories, tags, etc...).