... image and even get the name of the file! <?php $image = wp_get_attachment_image_src(get_field('image_test'), 'full'); ?> <img src="<?php echo $image[0]; ...
確定! 回上一頁