[Radiant] blog behaviour - generating and order list of post
Piero Campanelli
pierocampanelli at gmail.com
Fri Sep 22 08:47:44 CDT 2006
Hi,
i am experimenting with Radiant. I have a set of blog categories (XXX, YYY,
ZZZ) and a set of post for each category. Each category has the "Archive"
behaviour os their url is something like /2006/09/....'.
My problem is:
on the frontpage I'd like to show latest posts (by date) from all
categories. How can I do this?
I tried:
<r:children:each order="desc">
<r:child>
<r:children:each order="desc" >
<h3><r:link /></h3>
</r:children:each>
</r:child>
</r:children:each>
but it shows latest posts by each category ! Is there a solution?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.radiantcms.org/pipermail/radiant/attachments/20060922/5a0f23d4/attachment.html
More information about the Radiant
mailing list