if category wordpress code example
Example 1: wordpress if is in category
// Find out in Wordpress (with PHP) if a single/page is in a chosen category
if (in_category('fruit')) {
echo "This single/page is in category 'fruit'.";
}
Example 2: is category wordpress
is_category()