Navigation pagination (tag)
| _navigation_markup() | Wraps the provided navigation/pagination links in an HTML template. |
| get_next_posts_page_link() | Gets the URL for the list of previously published posts within the current query (pagination link). |
| get_posts_nav_link() | Gets links to the previous and next pages of posts on the archive page (category/tag/author). |
| get_previous_posts_page_link() | Gets the URL for the list of posts published later than the current ones (pagination link). |
| get_the_comments_navigation() | Gets links to the previous/next comment pages, if such links exist. Used on post pages in the comments block. |
| get_the_comments_pagination() | Gets the pagination links for comments: a list of links to the next and previous pages of comments for the post. |
| 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() | Gets pagination links for the next/previous set of posts. Used on archive pages (categories, tags). |
| posts_nav_link() | Outputs navigation for post pages — links to the previous and next archive page, if they exist. |
| the_comments_navigation() | Outputs a navigation block for previous/next comments of a post, if they exist. |
| the_comments_pagination() | Outputs a block of pagination links for the comments pages of a post. |
| 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() | Outputs links to the next and previous pages of posts. Used on archive pages (tags, categories). |
| the_posts_pagination() | Outputs pagination links to the next/previous set of posts. Uses for archives pages (categories, tags, etc...). |