I have got a text box widget in my primary sidebar which I would only like to appear in the category of Training and it’s sub category Training Diary, I have used the code is_category(array(‘Training’, ‘diary’)) which does most of what I want, but if I click on the individual post within that category it doesn’t appear (I hope that makes sense), is it possible?
It is now working with in_category(array(‘Training’, ‘diary’)) as there is now a tick box that says “Don’t display in homepage”, I didn’t see this before.
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Widget Logic Help’ is closed to new replies.