acf_image.php
<?php $image_id = get_field( 'カスタムフィールドID' ); $src = wp_get_attachment_image_src( $image_id, 'カスタムサイズのスラッグ' );?> <img src="<?php echo esc_url( $src['url'] ); ?>" alt="placeholder+image">