Archives (of posts) (tag)

get_post_type_archive_link()

Retrieves the permalink for a post type archive.

get_the_archive_title()

Retrieve the archive title based on the queried object.

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()

Display or retrieve title for a post type archive.

the_archive_title()

Display the archive page title, based on the type of page (tag, term, category, date).

WP_Widget_Archives{}

Core class used to implement the Archives widget.