Need help with ruby radiant cms

Posted by AnimalCode on Stack Overflow See other posts from Stack Overflow or by AnimalCode
Published on 2009-08-12T04:36:30Z Indexed on 2010/05/01 11:07 UTC
Read the original article Hit count: 245

Filed under:
|
|
|
|

I have some hidden pages like this:

/staff
 John
 Bob
 Mike

In all this pages i have extended content, like photo, bio and additional info. I make this, to have logical structure and quick edit without editing radiant code.

My question is, how i can with base radius functional get access to this pages in this code:

<r:find url="/staff">
    <r:children:each by="title" order="asc">
    	<r:title />
    </r:children:each>
</r:find>

© Stack Overflow or respective owner

Related posts about ruby

Related posts about radiant