On 22/09/06, Keith Bingman <[EMAIL PROTECTED]> wrote: > I need to build a small archive, but not really a date based one. I > just need to show 5 Articles at a time, then the next five. I assume > a behavior would do this, but actually at the moment have no idea how > to start. Any tips and prods in the right direction appreciated.
I'm not sure how to automatically increment the offset, but this would be kinda what's needed: <r:children:each offset="0" limit="5" by="name" order="asc"> <div class="article"> <r:content /> </div> </r:children:each> -- Regards, Dave _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
