Tag Archives: codex

is_singular

Is the query for a single post of any post type (post, attachment, page, … )?If the $post_types parameter is specified, this function will additionally check if the query is for one of the Posts Types specified.

2185

Continue reading

is_single

Is the query for a single post?Works for any post type, except attachments and pages

2183

Continue reading

is_serialized

Check value to find if it was serialized.If $data is not an string, then returned value will always be false. Serialized data is always a string.

2177

Continue reading