Archives (category)
| get_next_posts_link() | Gets the HTML link to the list of previously published posts within the current query (pagination link). |
| get_next_posts_page_link() | Gets the URL for the list of previously published posts within the current query (pagination link). |
| get_pagenum_link() | Gets the URL for the pagination page corresponding to the current query (archive, author, etc.). |
| get_posts_nav_link() | Gets links to the previous and next pages of posts on the archive page (category/tag/author). |
| get_previous_posts_link() | Gets an HTML link (<a>) to the page with previous posts (newer posts). |
| get_previous_posts_page_link() | Gets the URL for the list of posts published later than the current ones (pagination link). |
| get_the_archive_description() | Retrieves the description of the post type, category, tag, term, or author archive page. |
| get_the_archive_title() | Gets the title of the archive page based on the type of page (tag, category, date). |
| get_the_posts_pagination() | Gets pagination links for the next/previous set of posts. Used on archive pages (categories, tags). |
| get_year_link() | Gets the URL (link) to the archive of posts for the specified year. |
| next_posts_link() | Outputs a link to the next list of posts (for example, the next posts in the category). Navigation within the category. |
| paginate_links() | Allows creating pagination links for any pages. |
| posts_nav_link() | Outputs navigation for post pages — links to the previous and next archive page, if they exist. |
| previous_posts_link() | Outputs a link to the list of posts (pagination page). The link points to newer posts compared to the current ones. Navigation within the category. |
| the_archive_description() | Display the description of the post type, category, tag, term, or author archive page. |
| the_archive_title() | Display the archive page title, based on the type of page (tag, term, category, date). |
| the_posts_pagination() | Outputs pagination links to the next/previous set of posts. Uses for archives pages (categories, tags, etc...). |