WordPress 1.5.0 Hooks, Functions, Classes and Methods
Page 23

is_single()

Determines whether the query is for an existing single post.

is_singular()

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

is_time()

Determines whether the query is for a specific time.

is_trackback()

Determines whether the query is for a trackback endpoint call.

is_year()

Determines whether the query is for an existing year archive.

iso8601_to_datetime()

Given an ISO 8601 (Ymd\TH:i:sO) date, returns a MySQL DateTime (Y-m-d H:i:s) format used by post_date[_gmt].