I am trying to create a blog list that is non-standard and cannot be created by simply listing pages.
IE. Page 1 has blogs 1-5 and page 2 has blogs 6-10 etc... Each blog excerpt has to be handled separately (eg. limit=1 offset=1) as it is built into different blocks (see attached).
It is paginated.
And lastly, blocks without stories are hidden.
Sorry it's a lot but I cannot figure these out from the documentation.
Demo code is simply:
<div class="newsHolder">
<div class="newsStory1Holder"><div class="newsPageText1ColHolder">Blog 10</div></div>
<div class="newsStory2Holder"><div class="newsPageText1ColHolder">Blog 9</div></div>
<div class="newsStory3Holder"><div class="newsPageText1ColHolder">Blog 8</div></div>
<div class="newsStory4Holder"><div class="newsPageText1ColHolder">Blog 7</div></div>
<div class="newsStory5Holder"><div class="newsPageText1ColHolder">Blog 6</div></div>
</div>
IE. Page 1 has blogs 1-5 and page 2 has blogs 6-10 etc... Each blog excerpt has to be handled separately (eg. limit=1 offset=1) as it is built into different blocks (see attached).
It is paginated.
And lastly, blocks without stories are hidden.
Sorry it's a lot but I cannot figure these out from the documentation.
Demo code is simply:
<div class="newsHolder">
<div class="newsStory1Holder"><div class="newsPageText1ColHolder">Blog 10</div></div>
<div class="newsStory2Holder"><div class="newsPageText1ColHolder">Blog 9</div></div>
<div class="newsStory3Holder"><div class="newsPageText1ColHolder">Blog 8</div></div>
<div class="newsStory4Holder"><div class="newsPageText1ColHolder">Blog 7</div></div>
<div class="newsStory5Holder"><div class="newsPageText1ColHolder">Blog 6</div></div>
</div>