Hi all,
Sorry to ask such a basic question, but I’ve been struggling with this for some time and have not managed to find anything in this forum.
How should Ditto be configured to only pull pages with a specific tag?
I assumed I would have to create a TV to store the tags (I’ve tried both a standard Text TV and Multi Select box) and then set &tagData=`[*tvTVNAME*]` coupled with &tags=`TAG` - I’ve tried various combinations of formating, but have not successfully filtered the listing.
I would be grateful if someone could point out if im on the right track and possibly provide an illustration of a working call?
Cheers
Steve
Hi,
I guess you have to specify a &tagDelimiter=`` in the snippet call.
Be sure that the TV widget is set to delimited list and the same delimiter as in the params.
You also can choice a tagMode=`` onlyAllTags, ... default is onlyTags as far as I remember.
:-)
Thanks Heliotrop, it was the delimination method set via the Widget for the TV that I was missing.
Cheers,
Steve