logo

This is an old version of this answer!

Return to the current answer
cate array values better to use array keys..
like

query_posts(array('category__in'= > array(4, get_query_var('cat'))));

Oleg Butuzov | 06/12/10 at 4:35am

This is an old version of this answer!

Return to the current answer