Conditional tag problem in Widget Logic
-
Just started using Widget Logic (great BTW!)… have a minor problem. Would like to show a widget both on a page called events-listings and on posts appearing in category 65, and 68-72. I tried this:
is_page('events-listings') || in_category(65, 72, 71, 70, 69, 68)
and this:
is_page('events-listings') || in_category(65,72,71,70,69,68)
But none of it does the trick, it only shows on the events-listings page… any hints would be greatly appreiciated!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conditional tag problem in Widget Logic’ is closed to new replies.