Hi this is my solution, using the [item_number offset=”1″ increment=”1″] shortcode and CSS. Example:
Before list:
<style>
.image_1 img, .image_2 img, .image_3 img{
float:left;
padding-right:10px;
}
.image_4 img, .image_5 img, .image_6 img{
display:none;
}
.block-container-column{
padding-top:10px;
padding-bottom:0px;
height:100%;
overflow:hidden;
}
</style>
List content:
<div class="block-container-column">
<a href="[post_permalink]"><div class="image_[item_number offset="1" increment="1"]"><img width=110 height=110 src="[post_thumb size="thumbnail" extract="none"]"></div>
<div class="block-subtitle-column">[post_title]</div></a>
[post_excerpt length="80"]<hr/>
</div>