We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36467
    • 73 Posts
    I have page where i want to show 3 slides which will have page id 1,2,3 and on same page i want to list remaining resources like 4,5,6,7,8,9,10 etc.
    Gallery code is working fine, and its showing first 3 resources in gallery.

    [[!getresources? 
            &limit=`3` 
            &parents=`100,101` 
            &showHidden=`1` 
            &sortby=`publishedon` 
            &sortdir=`desc` 
            &includeTVs=`1` 
            &elementClass=`modSnippet` 
            &idx=`0` 
            &context=`main,web` 
            &tpl=`main-carousel` 
            &includeContent=`1` 
            &tvFilters=`tags==%photos%||tags==%gallery%
    ]]
    


    How do i list remaining resources ? I tried getResources with
    idx=`4`
    but its not working.
      • 36467
      • 73 Posts
      Ok i think i solved it using
      &offset=`3`
      .