<?php if (wp_attachment_is_image($post->id)) {
$att_image = wp_get_attachment_image_src( $post->id, "medium");
?>

Bulup

<?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also populates the iconsize for the next line ?>


bu şekil değiştirin.

450 800 boyutlarıyla oynayın hocam.