lets say i have something like the following.
How could I get the page slug/title of the children to be used as ids on the
li tags? Are there ways to get attributes of child page?

<r:children:each>
       <li>
         <r:link />
          <r:if_children>
           <ul>
             <r:children:each>
                <li>
                 <r:link />
               </li>
              </r:children:each>
           </ul>
         </r:if_children>
       </li>
      </r:children:each>
   </ul>
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to