I'm trying to aggregate several pages and then limit their children.

<r:aggregate ... for 10 urls
  <r:children limit="1" ....
  <r:children limit="3" offset="1" ...

What I want is to display 1 + 3 children. What I'm getting is 1 + 20.

I think that what is happening is that the offset is applying to each
url, and not being applied to the aggregated results. Is the aggregate
tag able to do this?

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

Reply via email to