Archive | Functions by letter i RSS feed for this section

is_taxonomy_hierarchical

Whether the taxonomy object is hierarchical.Checks to make sure that the taxonomy is an object first. Then Gets the object, and finally returns the hierarchical value in the object.

2205

Continue reading

is_tax

Is the query for a taxonomy archive page?If the $taxonomy parameter is specified, this function will additionally check if the query is for that specific $taxonomy.

2201

Continue reading

is_tag

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

2199

Continue reading