Close, but I seem to be having a problem. I know the example uses a text list, but having to type in tags can lead to user error vs, checking a box. Plus I'm trying to retrofit the tags I used from the previous solution.
I have a comma delimited checkbox tag list in my TV called "tags"
On my home page, I have this call
[[Ditto? &startID=`1` &summarize=`1` &total=`all` &dateFormat=`%a, %B, %d, %Y %I:%M%p` &removeChunk=`Comments` &tpl=`nl_blog` &paginate=`1` &extenders=`summary,dateFilter` &paginateAlwaysShowLinks=`0` &tagData=`tags` tagDelimiter=`,` &tagDocumentID=`2`]]
On my Landing page (2), I have this call:
[[Ditto? &startID=`1` &dateFormat=`%a, %B, %d, %Y %I:%M%p` &removeChunk=`Comments` &tpl=`nl_blog` &paginate=`1` &extenders=`summary,dateFilter` &paginateAlwaysShowLinks=`0` tagDelimiter=`,` &tagData=`tags`]]
It only works when one tag is selected?
The tags list fine.
As soon as I click on a tag, the landing page only works if the post only has one tag "demo" (it shows both posts)
But if I add another tag onto the second post, let's say "miniblog" in addition to "demo"
When I click on the "demo" tag from the home page, it only shows the post with 1 tag?
As soon as I remove "miniblog" from the second post, they both appear in the landing page?
I noticed if I hover over the post with two tags, both tags highlight?
It looks like it is combining the tags?
<a href="/modx/index.php?id=2&start=1&tags=blog,miniblog" class="ditto_tag" rel="tag">blog,miniblog</a>
Shouldn't they be separate links for each tag?