Hi . I have created several types to my posts. I want to show one oe each type.
I'm doing that:
$FrasedoDia = new ItemList2($Blog,NULL,NULL,1);
$FrasedoDia->default_filters['item_type'] = 6;
cause that:
$Frase = new temList2($Blog,NULL,NULL,1,'ItemCache',array('item_type'=>3));
doen't works - ir brings not filtered by item_type.
The way that I'm doing that is right?