I’m attempting to show the tags of the current page a user is on by using Ditto. I’m able to get them to show up correctly, but I’m having trouble getting them to go anywhere when you click on them (to display pages with related tags).
My Ditto call on my main pages is this:
[!Ditto? &documents=`[*id*]` &truncLen=`140` &orderBy=`menuindex ASC` &tpl=`tags` &tagData=`region,countries` &extenders=`tagging` &tagSort=`0` &tagDelimiter=`,` &tagDisplayDelimiter=`, ` &tagDocumentId=`30`!]
When I click on a tag, it changes the URL to something like this, but doesn’t go anywhere:
index.php?id=15&tags=China&start=0
I guess I’m unsure of how to set up the page that receives the tags (id=30) when you click on one. Any help is greatly appreciated as I’m fairly new to Modx and still learning the ropes!
Modx Evo 1.0.4
Debug Attached