I don’t know anything about the ‘Widget Logic’ Plugin, sorry, but perhaps the is_category() Conditional Tag is what you need?
that’s right, use is_category(‘x’). You won’t beat reading the codex pages on conditional tags, and here’s the bit on using is_category():
http://codex.wordpress.org/Conditional_Tags#A_Category_Page
more complex examples are given on the WL other-notes page
http://wordpress.org/extend/plugins/widget-logic/other_notes/
Thread Starter
dren
(@dren)
Arghhh! thanks guys, lol! I was searching all over on the codex for the correct tag to use and I must have completely skimmed over that every time. Thanks everyone 🙂