genxer34 adlı üyeden alıntı: mesajı görüntüle
Loop içinde şöyle bir şey kullanırsan direkt URL e ulaşabilirsin.

<?php
 $image_url = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
 echo $feat_image;
 ?>
<?php query_posts('showposts=4'); ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_post_thumbnail('breaknews-misc-thumb3'); ?>
<?php endwhile;?>

kodum bu hocam ama bu <img tagları class lar falan da ekliyor ben sadece url istiyorum. Nasıl yapabilirim? Sizin kodu koydum boş bastı.