1shiharat
9/9/2014 - 10:29 AM

acf_image.php

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">