Codex tools: Log in
Languages: English • (Add your language)
Contents |
Check if the current post has any of the given categories. The given categories are checked against the post's categories' term_ids, names and slugs. Categories given as integers will only be checked against the post's categories' term_ids.
If no categories are given, determines if post has any categories.
<?php has_category( $category, $post ); ?>
Since: 3.1.0
has_category() is located in wp-includes/category-template.php.