Dang I was wrong. That’s not quite it yet. What you suggested adds all the terms to the body tag. I would like it to only return the terms that are checked. For example there is a list of terms available , term1, term2, term3. If term2 is checked then add it to the body class, but don’t add 1 and 3.
Thanks again for your help.
I think I’ve done a poor job of describing what I’m trying to do. The in_category route seems to be on the right track, but I’m not using categories.
It’s a custom post type that doesn’t use categories. I have a taxonomy of Event Type with options of Webinar or Live-Event. Is there a way to do what you’ve done but for the taxonomy term of Webinar?