Industry: Thumbnail

$image = get_field(‘industry_thumbnail’); $size = ‘full’; // (thumbnail, medium, large, full or custom size) if( $image ) { echo wp_get_attachment_image( $image, $size ); }Continue reading

Industry: Thumbnail

$image = get_field(‘industry_thumbnail’); $size = ‘full’; // (thumbnail, medium, large, full or custom size) if( $image ) { echo wp_get_attachment_image( $image, $size ); }Continue reading