This is a pretty typical pattern. What I would do is organize your events under a parent page, then find the latest one under that page, like so:

<r:find url="/events">
 <r:children:first order="desc"><r:content /></r:children:first>
</r:find>

Sean

Anton Aylward wrote:
I'm aware of
http://github.com/rp8/radiant-include-tag/tree/master
that will allow a HTML file to be included, but is there a tag which
will "include" another page or page part without doing a specific seek?

What I'd really like is to have a list of events, each on their own
page, but a synopsis of the next upcoming one to be displayed on the
main page.



_______________________________________________
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