I have to show two lists (different markup for each) using data from the same set of entries. Is there any way to wrap it all in a single channel entries tag, but loop the two within the respective areas? In a nutshell, I need the output to be:
<div class="photos">
{photo}
{photo}
{photo}
{photo}
{photo}
</div>
<div class="titles">
{title}
{title}
{title}
{title}
{title}
</div>