Tag Archives: codex

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

is_sticky

Check if post is sticky.Sticky posts should remain at the top of The Loop. If the post ID is not given, then The Loop ID for the current post will be used.

2191

Continue reading