Hello everybody I have a site with a node page called news, inside that I have some subpages and some other nodes with subpages in them. I am using children:each to show all subpages of news, but I need to see subpages of other nodes too called for example sction1 and section2. So I put another cycle children:each inside the first one. It is ok, but I see the nodes pages too. I am trying to use unless_url matches="section\d$" to match all pages that ends with that url to avoid displaying nodes pages, but it doesn't work. Is there some special way to use regexp inside radiant? Or maybe exist tag like unless_parent but matching if a page has_children? Thanks to everybody
-- Francesco Lunelli Ymir s.r.l. Viale Verona 190/11 38100 Trento _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
