is_archive
is_archive ( No parameters )
See:Returns:- (bool) Whether the query is for an existing archive page.
Defined at: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: —
Description
Determines whether the query is for an existing archive page.Archive pages include category, tag, author, date, custom post type,
and custom taxonomy based archives.
For more information on this and similar theme functions, check out
the {@link Conditional Tags} article in the Theme Developer Handbook.