I’m trying to have Ditto load content into a page based on a tag, but I keep getting no results.
My setup is:
a TV named caseList with about 8 options.
a Chunk named caseDitto which only uses the content placeholder.
I have a bunch of pages inside a container (id of 39).
On a separate page, I call Ditto with the following:
[[Ditto? &tpl=`caseDitto` &startID=`39` &tagData=`tvcaseList` &tagMode=`onlyTags` &tags=`Erb's Palsy`]]
I set the variables on the pages on want the set to load, but no results. Any ideas what I am doing wrong?
If I remove the tag information it works except everything loads.