is_singular()

Function: Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).

Source: wp-includes/query.php:762

Used by 20 functions | Uses 3 functions

is_year()

Function: Determines whether the query is for an existing year archive.

Source: wp-includes/query.php:834

Used by 3 functions | Uses 3 functions

is_404()

Function: Determines whether the query has resulted in a 404 (returns no results).

Source: wp-includes/query.php:858

Used by 11 functions | Uses 3 functions

is_page()

Function: Determines whether the query is for an existing single page.

Source: wp-includes/query.php:584

Used by 5 functions | Uses 3 functions

is_paged()

Function: Determines whether the query is for a paged result and not for the first page.

Source: wp-includes/query.php:608

Used by 5 functions | Uses 3 functions

is_tag()

Function: Determines whether the query is for an existing tag archive page.

Source: wp-includes/query.php:300

Used by 11 functions | Uses 3 functions