[Radiant] Re: simple question about Radiant
Jim Gay
jim at saturnflyer.com
Mon May 12 08:02:11 CDT 2008
On May 12, 2008, at 8:48 AM, Bartłomiej Frydrych wrote:
> ok, I will put sth like this to Layout:
> <r:content part="body-right" />
> <r:content part="body-left" />
> and sth like this to Page for example index
> <r:if_content part="body-right">
> h2. Hello word!
> </r:if_content>
> <r:if_content part="body-left">
> h2. Hello Frycu!
> </r:if_content>
> and it doesn't work;/ what is wrong? or I don't understan this...
Do those parts exist?
If you are not familiar with this, all you need to do is click on the
green plus (+) icon on whatever page you want to test and add those
parts. Then save the page and it should work.
>> You don't need that second r:find because you are already scoped to
>> the "about" page, and r:link defaults to the page title
>
> ok but if I don't put this second r:find it give me only 2008 and 2007
> link without months...
Do those month pages exist or are you trying to automatically generate
that list based on when the child pages have been published? Do you
have *any* child pages of 2008 and 2007?
More information about the Radiant
mailing list