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:
in_category placeholder entry. Unfortunately, in_category doesn't understand category ... is a child of category 2 (fruits), in_category('2') will return FALSE when viewing post ...
read more...
Tags:
spersian, gadgets,
Using the code given here you can display five posts in random order ... in_category placeholder entry. hi display some random posts. Using the code given here you ...
read more...
Tags:
display, random, posts, wordpress,


Leave your response!