We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13373
    • 70 Posts
    Hi there,

    I've set up Auto-Tag on a TV, and created a chunk that outputs the tag info:

    <li>[[+tag]]</li>


    My main page template looks like:

          <ul>
            [[!tagLister? &tv=`whatwedid` &tpl=`whatWeDidTpl` &sortBy=`tag`]]
          </ul>
    


    The problem I'm having is that ALL the tags I've entered in the Auto-Tag TV are displaying on each document, even though I have not selected all of the tags in that document resource.

    Can anyone help me out here?

    Cheers,
    Jacob
      • 13373
      • 70 Posts
      Just in case anyone else gets confused by this too, I had to use this code instead:

            <ul>
              [[!tolinks? &items=`[[*whatwedid]]` &outputDelim=`` &tpl=`whatWeDidTpl` &sortBy=`tag`]]
            </ul>
      


      Shame no one else could quickly point me in the right direction....

      Cheers,
      Jacob smiley