Hehe indeed. It’s just I am a bit slow with PHP and wordpress (basically I nvever looked into them).
You sound quite knowledgeble… do you have any suggestion for this as well ?
http://wordpress.org/support/topic/250906
Actually I made
$mycount = $mycount % 4;
$mycol = $mycount + 1;
before the post DIV
and then
$mycount++;
after the post DIV
In this way I have a correct ‘columnID’ assignment for each post.
Thanks!