is_category for multiple categories.
-
On my archives.php page, I have a section where, depending on the category being viewed, a different set of links is displayed at the bottom.
As well as links to archives of individual categories, I have one link that displays posts from three different categories.
https://localhost:8888/wordpress/?cat=13,12,11At the moment, when you go to this link, it displays everything in the if statement for category 13, but I don’t want that.
How would I go about writing an if statement using is_category, that can be used when this multiple archive page is accessed?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘is_category for multiple categories.’ is closed to new replies.