Hi!
I want to use a tagged Blog, but with an easier Categories-setup. I did everything like in the tutorial and changed the structure a little bit:
Blog entries (id 2)
|- Blog entry 1
|- ...
|- Blog entry n
Blog viewers (id 61)
|- Category a
|- Category b
The TV [*tags*] Input Option Values: @SELECT pagetitle FROM modx_site_content WHERE `parent` =61 LIMIT 0 , 30;
... so the Values for the Checkboxes are created automatically.
This works perfectly. But now the question:
The page content of the page "Category a" should show only Blog Articles where &tag=[*pagetitle*]. But how does this work?
[[Ditto? &startID=`2` &summarize=`5` &total=`20` &commentschunk=`Comments` &tpl=`nl_blog` &paginate=`1` &alwaysshow=`1` &tmpl=`nl_blog` &tagData=`tvtags` &tagDelimiter=`,` &tagMode=`onlyTags` &tags=´### here should be an reference to the pagetitle ###´]]