Hi there,

I just want to check something out.

Does the offset param of the children:each tag only works associated
to the limit one?

Supose I've got 6 children pages, if I write:

    <r:children:each offset="3">...</r:childen:each>

it behaves like a pure

    <r:children:each>...</r:childen:each>

showing all 6 pages.

But if I write:

    <r:children:each limit="6" offset="3">...</r:childen:each>

it works correctly, showing only the last three.

Is it correct?


Be Radiant!

Gabriel
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to