[Radiant] Pulling my hairs because of the archive behavior

Maurizio Balestrieri maurizio at gmail.com
Sat Sep 2 17:50:34 CDT 2006


Thank you for your reply. Yes, I did structure the site as you mention.
To fix this temporarily I created a page at the same level of the
archive page (/en/archive/) and, with the following content, it works:

<r:find url="/en/bioenergy-monitor/">
  <r:children:each order="desc">
    <p><r:link /> (<r:date format="%B %d, %Y" />)</p>
  </r:children:each>
</r:find>

but if I do this:

<r:find url="/en/bioenergy-monitor/2006/09">
  <r:children:each order="desc">
    <p><r:link /> (<r:date format="%B %d, %Y" />)</p>
  </r:children:each>
</r:find>

the above doesn't work.

So far, it seems is the <r:archive:children:each > tag doesn't work as expected.

On 9/3/06, John W. Long <ng at johnwlong.com> wrote:
> Maurizio Balestrieri wrote:
> > Hi. I'm not able to make the archive behavior monthly index page working :(
> > I've the following content on the monthly index page:
> >
> > ...
> >
> > I've looked several times at the demo blog content and structure, but
> > it seems all is OK.
> >
> > Does anybody have an idea to help?
>
> Since you have  you have it setup like the following?
>
> +- Page with Archive Behavior
>     |
>     +- Page with Monthly Archive Index behavior
>     |
>     +- First Post
>     |
>     +- Second Post
>
> The Monthly index should be a child of the page with the archive
> behavior (on the same level as the posts).
>
> --
> John Long
> http://wiseheartdesign.com
> _______________________________________________
> Radiant mailing list
> Radiant at lists.radiantcms.org
> http://lists.radiantcms.org/mailman/listinfo/radiant
>



More information about the Radiant mailing list