Archive | Functions by letter i RSS feed for this section

is_page_template

Whether currently in a page template.This template tag allows you to determine if you are in a page template. You can optionally provide a template name and then the check will be specific to that template.

2157

Continue reading

is_page

Is the query for a single page?If the $page parameter is specified, this function will additionally check if the query is for one of the pages specified.

2153

Continue reading

is_object_in_term

Determine if the given object is associated with any of the given terms.The given terms are checked against the object’s terms’ term_ids, names and slugs. Terms given as integers will only be checked against the object’s terms’ term_ids. If no terms are given, determines if object is associated with any terms in the given taxonomy.

2151

Continue reading