はまったのでメモ
1 |
<?php $image = wp_get_attachment_image_src(get_field('フィールド名'), 'large'); ?>
<a href="<?php echo $image[0]; ?>" class="lightbox">
<?php echo wp_get_attachment_image(get_post_meta($post->ID, 'フィールド', true),'サイズ'); ?>
</a> |
カスタムフィールドは画像IDで設定しないとダメ。