Can I Limit Group Items in the Content Query WebPart so that the output is
<h2>Group Header</h2>
<ul>
<li>Item One</li>
<li>Item Two</li>
<li>Item Three</li>
<li>See More</li>
</ul>
I've followed the linked tutorial which works fine, I just can't get the correct output. In particular the two UL
tags.