You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Widget Logic – not working

UserPost

4:57 am
June 15, 2009


webvivre

Member

posts 5

1

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

in_category('29') - where 29 is the category id

Strange: this works OK on other themes.