Hello,

I've got the following structure:

/publications
/publications/boats/page1
/publications/boats/page2
/publications/boats/page3
/publications/cars/page1
/publications/cars/page2
etc

I want to make a RSS feed that lists the most recent pages from the
publications directory.

when I do something like:

<r:find "/publications" />
<r:children:each by="created_at" order="desc" limit="20">
...
</r:children:each>

It seems to order the pages by whenever the top-level boats and cars
pages themselves were updated, not by the most recent updated children
of the cars and boats pages.

Again, if /publications/cars/page5 was added, I'd want that to be at
the top of the rss feed.

Ideas on how to do that?



-- 
Joe Van Dyk
http://fixieconsulting.com
_______________________________________________
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