This question has already been answered:

Please tell me how to display resources on a page other than the first car displayed.

  1. Last added car (first car displayed)

    [[!getResources? &parents=`10` &showHidden=`1` &tpl=`lostAuto` &depth=`0` &includeContent=`1` &includeTVs=`1` &processTVs=`1` &tvPrefix=`` &hideContainers=`1` &sortby=`{"publishedon":"DESC"}` &limit=`1` ]] 
  2. output of the remaining cars (all the rest of the cars)

      [[!getPage? &elementClass=`modSnippet` &element=`getResources` &showHidden=`1` &tpl=`AutoSaleTpl` &includeContent=`1` &includeTVs=`1` &processTVs=`1` &tvPrefix=`` &parents=`10` &hideContainers=`1` &sortby=`{"publishedon":DESC"}` &offset=`1` &limit=`10` &pageLimit=`10` &pageNavVar=`page.nav` ]] 

& offset = 1 does not work, everything is exactly the last record added

Reported as a duplicate by participants aleksandr barakin , cheops , ermak0ff , Denis , αλεχολυτ 8 Nov '16 at 10:57 .

A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .

    1 answer 1

    Use the offset parameter - skip the specified number of records, i.e. in your case without the first entry: offset = 1

    • doesn’t work, everything is exactly the same - Aslero