Archives (of posts) (tag)
| get_post_type_archive_link() | Returns the URL (permalink) to the archive page of a custom post type. |
| get_the_archive_title() | Gets the title of the archive page based on the type of page (tag, category, date). |
| is_archive() | Conditional tag. Return true when any of the archive pages are shown (Year, Category, Author, Post Type archive...). |
| is_post_type_archive() | Checks if current user is on the archive page of custom post type. |
| post_type_archive_title() | Outputs or returns the title for the archive page of a custom post type. |
| the_archive_title() | Display the archive page title, based on the type of page (tag, term, category, date). |
| WP_Widget_Archives{} | Class of the core for implementing the "Archives" widget. |