<div class="thumbnail">
<a href="<?php the_permalink() ?>" rel="bookmark" title=" <?php the_title(); ?>">
<?php if( get_post_meta($post->ID, "thumbnail", true) ) { ?>
<img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumbnail", true); ?>&w=60&h=100&zc=1" width="60" height="100" class="alignleft" />
<?php } else { ?>
<img src="<?php bloginfo('template_url'); ?>/images/thumbnail.jpg" width="60" height="100" class="alignleft" />
<?php } ?>
</a>
</div>
Su kodu duzenlersenız sorun cozulecek.İsterseniz yine thum olarak duzenleyın ama bu kod ustunde duzenleyın yoksa temada kaymalar oluyor.Yanı bu kodları thumba gore duzenlersenız super olacak

Sımdıden tesekkurler