Heather, you can iterate through multilinks list list and containers like this:
<ul> <reddot:cms> <foreach itemname="myItem" object="Context:CurrentPage.Elements.GetElement(lst_pages).Value" countername="counterVar"> <htmltext> <li> <%!! Store:myItem.Id !!%>, <%!! Store:myItem.GetUrl() !!%>, <%!! Store:myItem.Headline !!%> </li> </htmltext> </foreach> </reddot:cms> </ul> HTH, Hilmar On Monday, February 6, 2017 at 9:15:51 PM UTC+1, Heather Napoleone wrote: > > I have a page with a list element and would like to display each item in > that list and also display its children as subbullets in that list (see > below). > > > > Main Page > > -List item A > > ---Child list item 1 > > ---Child list item 2 > > --List item B > > ---Child list item 1 > > ---Child list item 2 > > > > Currently we can only access the total number of child list items using > this rendertag: > > <%!! Context:Pages.GetPage(Guid[GUID OF LIST).Elements.GetElement([CHILD > LIST]).Value.Count !!%> > > > What we can’t do is loop through each child list item and pull elements > from it to display on the main page. > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to reddot-cms-users+unsubscr...@googlegroups.com. To post to this group, send email to reddot-cms-users@googlegroups.com. Visit this group at https://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/d/optout.