<?php function post_style() {static $post_count;$post_count++;echo "tab".$post_count;if ($post_count % 4) { $post_count = "0"; }}?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="<?php post_style(); ?>"> içerik </div>
<?php endwhile; ?>
böyle bir mantik olabilir. denemedim ama deneyip sonucu verirsen ona göre düzenlemeler yapilir