hah buldum . Buyur Bunlar yanyana 4 tane kategori için.
<!--Category Box 1-->
<?php $my_query = new WP_Query("cat=$artsee_home_cat_one;&showposts=1");
  while ($my_query->have_posts()) : $my_query->the_post();
   ?>
<?php 
// check for thumbnail
$thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
// check for thumbnail class
$thumb_class = get_post_meta($post->ID, 'Thumbnail Class', $single = true);
// check for thumbnail alt text
$thumb_alt = get_post_meta($post->ID, 'Thumbnail Alt', $single = true);
?>
<div class="home-post-wrap-box">
<span class="headings">recent from <?php echo $artsee_cat_one_name; ?></span>
<span class="titles-boxes"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></span>
<!--Display thumbnail if found-->
<?php // if there's a thumbnail
if($thumb !== '') { ?>
<div class="cat-thumb">
<a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/phpThumb/phpThumb.php?src=<?php echo $thumb; ?>&amp;h=100&amp;w=100&amp;zc=1&amp;q=100" alt="<?php if($thumb_alt !== '') { echo $thumb_alt; } else { echo the_title(); } ?>" style="border: none;" /></a>
</div>
<?php } // end if statement
// if there's not a thumbnail
else { echo ''; } ?>
<!--End display thumbnail if found-->
<?php the_content_limit(300, ""); ?>
<div style="clear:both;"></div>	
</div>
<?php endwhile; ?>
<!--End Category Box 1-->	
		
<!--Category Box 2-->
<?php $my_query = new WP_Query("cat=$artsee_home_cat_two;&showposts=1");
  while ($my_query->have_posts()) : $my_query->the_post();
   ?>
<?php 
// check for thumbnail
$thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
// check for thumbnail class
$thumb_class = get_post_meta($post->ID, 'Thumbnail Class', $single = true);
// check for thumbnail alt text
$thumb_alt = get_post_meta($post->ID, 'Thumbnail Alt', $single = true);
?>
<div class="home-post-wrap-box">
<span class="headings">recent from <?php echo $artsee_cat_two_name; ?></span>
<span class="titles-boxes"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></span>
<!--Display thumbnail if found-->
<?php // if there's a thumbnail
if($thumb !== '') { ?>
<div class="cat-thumb">
<a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>//phpThumb/phpThumb.php?src=<?php echo $thumb; ?>&amp;h=100&amp;w=100&amp;zc=1&amp;q=100" alt="<?php if($thumb_alt !== '') { echo $thumb_alt; } else { echo the_title(); } ?>" style="border: none;" /></a>
</div>
<?php } // end if statement
// if there's not a thumbnail
else { echo ''; } ?>
<!--End display thumbnail if found-->
<?php the_content_limit(300, ""); ?>
<div style="clear:both;"></div>	
</div>
<?php endwhile; ?>
<!--End Category Box 2-->

<div style="clear: both;"></div>

<!--Category Box 3-->
<?php $my_query = new WP_Query("cat=$artsee_home_cat_three;&showposts=1");
  while ($my_query->have_posts()) : $my_query->the_post();
   ?>
<?php 
// check for thumbnail
$thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
// check for thumbnail class
$thumb_class = get_post_meta($post->ID, 'Thumbnail Class', $single = true);
// check for thumbnail alt text
$thumb_alt = get_post_meta($post->ID, 'Thumbnail Alt', $single = true);
?>
<div class="home-post-wrap-box">
<span class="headings">recent from <?php echo $artsee_cat_three_name; ?></span>
<span class="titles-boxes"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></span>
<!--Display thumbnail if found-->
<?php // if there's a thumbnail
if($thumb !== '') { ?>
<div class="cat-thumb">
<a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/phpThumb/phpThumb.php?src=<?php echo $thumb; ?>&amp;h=100&amp;w=100&amp;zc=1&amp;q=100" alt="<?php if($thumb_alt !== '') { echo $thumb_alt; } else { echo the_title(); } ?>" style="border: none;" /></a>
</div>
<?php } // end if statement
// if there's not a thumbnail
else { echo ''; } ?>
<!--End display thumbnail if found-->
<?php the_content_limit(300, ""); ?>
<div style="clear:both;"></div>	
</div>
<?php endwhile; ?>
<!--Category Box 3-->

<!--Category Box 4-->
<?php $my_query = new WP_Query("cat=$artsee_home_cat_four;&showposts=1");
  while ($my_query->have_posts()) : $my_query->the_post();
   ?>
<?php 
// check for thumbnail
$thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
// check for thumbnail class
$thumb_class = get_post_meta($post->ID, 'Thumbnail Class', $single = true);
// check for thumbnail alt text
$thumb_alt = get_post_meta($post->ID, 'Thumbnail Alt', $single = true);
?>
<div class="home-post-wrap-box">
<span class="headings">recent from <?php echo $artsee_cat_four_name; ?></span>
<span class="titles-boxes"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></span>
<!--Display thumbnail if found-->
<?php // if there's a thumbnail
if($thumb !== '') { ?>
<div class="cat-thumb">
<a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/phpThumb/phpThumb.php?src=<?php echo $thumb; ?>&amp;h=100&amp;w=100&amp;zc=1&amp;q=100" alt="<?php if($thumb_alt !== '') { echo $thumb_alt; } else { echo the_title(); } ?>" style="border: none;" /></a>
</div>
<?php } // end if statement
// if there's not a thumbnail
else { echo ''; } ?>
<!--End display thumbnail if found-->
<?php the_content_limit(300, ""); ?>
<div style="clear:both;"></div>	
</div>
<?php endwhile; ?>
<!--Category Box 4-->
her kutu için Ayrı ayrı SHOW POST'un yanında 1 yazıyor sen onları değiştirip istediğin kadar göstermeni sağlayabilirsin. Sonra yazdığın her konuda eğer ÖZEL ALAN' "Thumbnail" Eklersen (T büyük Olacak) konunun küçük resmide gözükür umarım yardımcı olmuşumdur. Unutma bunu yaptığında eklediğin konun ilk 300 harfi gözükecek tabi eğer sen istersen sadece başlık olarakda bunu ayarlabilirsin.