ACF PHOTOGRAPH

投稿のループ内に入れます。「photograph01」は、フィールド名になります。

<?php
	$image = get_field('photograph01');
	if( $image ):
    // Image variables.
    $url = $image['url'];
    $title = $image['title'];
    $alt = $image['alt'];
    // Thumbnail size attributes.
    $size = 'large';
    $thumb = $image['sizes'][ $size ];
?>

Contact

お問い合わせ
CMS対応のWebサイト作成は、
是非CXG DESIGNへご検討ください。