Ysm adlı üyeden alıntı: mesajı görüntüle
bu kodları nereye ekliycem?
ctrl f yap

<?php the_content();?>
yukarıdaki kodu ara bunun önüne aşağıdaki kodu yapıştır.

<?php $image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full'); if ( has_post_thumbnail() ) { ?> 
<img class="left" align="alignleft" src="<?php echo $image_url[0]; ?>" width="150" height="150" alt="<?php the_title(); ?>"/> 
<?php } ?>