My structure is
News (2)
|__News of Category 1 (23)
|__News of Category 2 (24)
News Store (17)
The Ditto call in [tt]News of Category 1[/tt] is
[!Ditto? &parents=`17` &tagData=`NewsTags` &tags=`newscat1` &config =`pkNews` &orderBy=`pkDate DESC,menuindex DESC`!]
The TV [tt]NewsTags[/tt] has the [tt]Input Option Values[/tt]
News category 1==newscat1||News category 2==newscat2
and uses the widget [tt]Delimited List[/tt] with comma as [tt]Delimiter[/tt].
I played around with the tags parameter in the URL -
all works fine:
With [tt]?tags=newscat1,newscat2[/tt] all news are displayed having category 1 OR category 2.
Edit:
Sorry for the confusion: It didn’t work with the URL parameter as well.
In any case, trying to get all news tagged [tt]newscat1[/tt]
But when I click a link to the sub page (ID=23) for [tt]category 1[/tt], the listing contains only those news tagged [tt]newscat1[/tt] alone, not the ones with the additional tag [tt]newscat2[/tt].