I thought there is a simple method for it. For example in ExpressionEngine there is a “switch” method where you can basically do this:
<div class=”{switch=’list-story|list-story-alt’}”></div>
And you get alternate DIVs.
Can WordPress accomplish it with this kind of manner or it needs some deeper hacks?