Maalesef hocam. 5809 diye bir sayıyı bastı. Bana ise resme girilen alternatif yazıyı çekecek bir değişken lazım. Yazılara eklenen resimlerin id'sini nasıl alabilirim, bu konu hakkında bilginiz var mı peki?
if ( has_post_thumbnail() ) {
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'large' );
echo '';
echo get_the_post_thumbnail( $post->ID, 'thumbnail' );
echo '';
}
?>
Şu tarz bir koddu yanılmıyorsam. Bir ara en çok beğenilen yazılar widgetinde resimleri gösterebilmek için kullanmıştım galiba.
http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail