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

    I am using the Smart Tags plugin but when I click on a tag, the code on my receiving tag template does not search through the existing set of tags in the smart tags data set I have installed. I am using the snippet of code here

    <code>
    [[!getResourcesTag?
    &element=`getResources`
    &elementClass=`modSnippet`
    &tpl=`blogPost`
    &hideContainers=`1`
    &pageVarKey=`page`
    &parents=`[[*id]]`
    &includeTVs=`1`
    &includeContent=`1`
    ]]
    [[!+page.nav:notempty=`
    <div class="paging">
    <ul class="pageList">
    [[!+page.nav]]
    </ul>
    </div>
    `]]
    </code>

    Before I started using SmartTags, it worked fine with the conventional comma delimited tag structure.

    Any thoughts on how I can remedy this?