We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38318
    • 128 Posts
    On my page it shows the archive, say March 2013 (1), but when you click on it it takes you to the homepage and doesn't display any results.

    I have an archives resource [20] as a container with this code
    [[!getPage?
      &element=`getArchives`
      &elementClass=`modSnippet`
      &tpl=`blogTpl`
      &hideContainers=`1`
      &pageVarKey=`page`
      &parents=`12`
      &includeTVs=`1`
      &toPlaceholder=`archives`
      &limit=`10`
      &cache=`0`
    ]]
     
    <h3>[[+arc_month_name]] [[+arc_year]] Archives</h3>
     
    [[+archives]]
     
    [[!+page.nav:notempty=`
    <div class="paging">  
    <ul class="pageList">  
      [[!+page.nav]]  
    </ul>  
    </div>
    `]]


    And my call on my page is
    [[!Archivist? 
        &parents=`12`
        &target=`20`
        ]]
    </ul>


    I have 2 posts in the parent [12].

    Does anyone know why it doesn't work?