I am trying to use ditto to exclude the latest post in a call to list a section of content. I have tried to below code but I am doing something wrong.
&filter=`id,[*id*],2`
The complete call is:
[!Ditto? &parents=`52` &filter=`id,[*id*],2` &tpl=`newsarticlestemplate_home` &display=`2` !]
I want it to start listing the articles in this section and exclude the very latest article. I should be easy .. but its not.
Albert
-
☆ A M B ☆
- 24,524 Posts
&start=`1` will skip the first item.
Last one should be skipped, not first.
-
☆ A M B ☆
- 24,524 Posts
By default Ditto has the latest item first.