emlcvdv adlı üyeden alıntı



Ek Olarak:

Hocam bu farklı. Bu, öne çıkarılan resmin alternatif yazısını çekiyor.

Mesela aşağıdaki kodları eklediğimde öne çıkarılan resmin alternatif yazısını çekebiliyorum ama benim istediğim şey, her upload edilmiş ve yazıya eklenmiş resmin alternatif yazısını çekebilecek bir kod..

$img_id = get_post_thumbnail_id( $post_id );
$alt_text = get_post_meta( $img_id, '_wp_attachment_image_alt', true );


O zaman bu olabilir.

$attachment_id = 8; // attachment ID

$image_attributes = wp_get_attachment_image_src( $attachment_id ); // returns an array
if( $image_attributes ) {
?>



https://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src