Is it possible for Ditto to ignore the first result it gets?
The reason I am asking this is I want to have a listing of items (obviously) but the first item will be a featured item which uses a different template.
So i can get ditto to only list one item using the unique template for the featured item but then it would get listed again on the rest of the items listing.
Thanks
Brian
On your second call, &start=`2`. Or maybe &start=`1`, it’s not entirely clear.
Hi,
You don’t have to skip the first item to apply a different template.
Create a specific chunk for the first result and add the &tplFirstRow=`specific_chunk` param to your ditto call.
:-)
Thank you both for responding so quickly.
I used heliotrope’s solution and it worked really well. Thank you