Gabriel,

I've been thinking of doing something like that myself.  Here's what I'm 
thinking in terms of tags:

<r:aggregate urls="/section-1; /section-2; /section-3">
  <r:children:each limit="10" order="desc">
    ...
  </r:children:each>
</r:aggregate>

I don't have time tonight to work on it, but as soon as I have 
something, I'll pass it on!

Sean

Gabriel Lamounier wrote:
> Hi all,
>
> Let me explain my problem. I have the following structure:
>
> -- HOME
>    |
>    |__ Section 1
>    |    |__ Article 1 (published_at: jan/17)
>    |    |__ Article 2 (published_at: jan/30)
>    |    |__ Article N (published_at: feb/10)
>    |
>    |__ Section 2
>         |__ Article 1 (published_at: jan/25)
>         |__ Article 2 (published_at: jan/26)
>         |__ Article N (published_at: jan/31)
>
> I want to agregate the posts from both section on a single feed, but I
> want them to be sorted by published date, regardless of wich section
> they belong to.
>
> The final result would be something like this:
>
>  - Section 1 : Article N (published_at: feb/10)
>  - Section 2 : Article N (published_at: jan/31)
>  - Section 1 : Article 2 (published_at: jan/30)
>  - Section 2 : Article 2 (published_at: jan/26)
>  - Section 2 : Article 1 (published_at: jan/25)
>  - Section 1 : Article 1 (published_at: jan/17)
>
> Can anyone help me?
>
>
> Gabriel
> _______________________________________________
> Radiant mailing list
> Post:   [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>   

_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to