Forums
(@dteunkens)
10 years, 7 months ago
How about is_single() && (in_category(‘category1’) || in_category(‘category2’) || in_category(‘category3’) || in_category(‘category4’))
|| = OR
So basically, this is saying: If single and part either one of the following categories: 1, 2, 3 or 4