Hi All, I am trying to build a site that has the following structure: - Home - - Departments - - - Stores - - - Articles On each department page - sport for example - I need to add a nav for the articles within that department. I have tried the following and I was just wondering if I was doing anything wrong as it doesn't seem to work. <ul> <r:find url="<r:url />/articles/"> <r:children:each limit="10" order="asc"> <li><r:link /></li> </r:children:each> </r:find> </ul> I have tried numerous different variations but don't seem to be able to manage it. If I only had articles as children it would of course be easier but I need the stores beneath departments also. Any ideas?? Keith
_______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
