in_category placeholder entry
Unfortunately, in_category doesn’t understand category child-parent relationships. If, for example, category 11 (bananas) is a child of category 2 (fruits), in_category(‘2′) will return FALSE when viewing post about bananas.

So if you want the same text to be applied to the category AND all its sub-categories, you’ll have to list them all. Syntax like in_category(2,11) is not allowed. You’ll have to use PHP || (logical OR) && (logical AND) in the expression.
Related posts:
Unfortunately, in_category doesn't understand category child-parent relationships. ... in_category placeholder entry. Unfortunately, in_category doesn't understand category ... read more...
hot gadgets for wordpress GreatThe full story about in_category placeholder entry. 20 Nov 2008 | Tags: wordpress , ... Log in | Entries (RSS) | Disclaimer / Impressum | Privacy Policy | Design by: go41 ... read more...

Leave your response!