nicht 'first-second-third' sondern 'first-middle-last' aber vielleicht kannst du das umbauen:
PHP
<?php $column = ($column == '') ? 'first' : (($column == 'first') ? 'middle' : (($column == 'middle') ? 'last' : 'first' )); ?>
http://www.transformationpowertools.com/wordpress/post…-an-old-problem