How To Use Image In ACF Plugin

Share Now

<?php
$first_slide_image = get_field( "slide_one_image" );
$first_p_img = wp_get_attachment_image_src( $first_slide_image, "full" );
?>


<img src="<?php echo esc_url($first_p_img[0]); ?>" alt="">
Picture of Nahid Mahamud

Nahid Mahamud

Web Developer | Graphic Designer | WordPress & Woo-commerce Expert