« Return to Thread: Render content of specific child

Re: Render content of specific child

by Mārtiņš Grunskis :: Rate this Message:

Reply to Author | View in Thread

Hi,

If you know url of that child then you can use r:find tag:

<r:find url="/parent/child">
  <r:title />
  ...
</r:find>

Regards,
Martins Grunskis

On 2/22/08, rainer griess <yyynews@...> wrote:

> Hi again,
>
>  is it somehow possible to render the content of a specific child? For
>  example, I would like to put some content on my Homepage coming from
>  the homepage's child named "homenews".
>
>  How can I get access the content of a specific child?
>
>  Thanks again,
>  rainer
>  _______________________________________________
>  Radiant mailing list
>  Post:   Radiant@...
>  Search: http://radiantcms.org/mailing-list/search/
>  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

 « Return to Thread: Render content of specific child