I would like to use the widget logic plugin – but any "widget logic" seems to be ignored.
Is this plugin incompatible with Flexibility 2? If yes, how can you control which widget appears in say a particular category?
Any help would be appreciated!
6:25 am June 15, 2009
Ryan
Admin
posts 1547
2
The plugin works fine with Flexibility 2. There are some example conditional tags here that you might want to read for controlling the display of the widgets. For displaying the widget on posts in a certain category, use is_single() && in_category('slugname') with 'slugname' being the slug of the category you want it to display in.
8:24 am June 15, 2009
webvivre
Member
posts 5
3
Got this to work as you stated: but this does not work