I am having issues wrapping my head around an idea I have for a project.
Here is the idea:
I want to split up entries into rows of three and then have some extra code placed after each row. Then I want the process to continue until all the entries have been listed.
Example:
<div class=“row”>
<div>Entry One</div>
<div>Entry Two</div>
<div>Entry Three</div>
</div>
<div>(extra content)</div>
<div class=“row”>
<div>Entry Four</div>
<div>Entry Five</div>
<div>Entry Six</div>
</div>
<div>(extra content)</div>
...and so on.
This is probably a very simply process, but I can’t seemed to figure it out. Any help would be greatly appreciated.
EE 2.2.1
Build 20110705