Conditional for parent category
-
I have a parent category:
News
And under that categories I have sub categories
Sports, Featured, & Breaking
I’m using
is_category('news');to check whether the current page is the News, however if the user lands on one of the posts from the children categories sports, featured & breaking, I’d like to check to see if the parent is News with an if statement.I have looked through the Codex and have not been able to find the code to accomplish this. Any suggestions?
Thanks!
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
The topic ‘Conditional for parent category’ is closed to new replies.