M
Manda Shafer
Guest
I have created a custom module called "Slider". I would like to create an mvc view where the first item shows the picture, title, description, and url (all fields in the custom module), but has a different format for the remaining items. Is there a way to do a @foreach (var item in Model.Items) for just the first, and then something else for the rest?
Continue reading...
Continue reading...