Informations
This code get the image url by passing its ID and specify the size.
Code
<?php echo wp_get_attachment_image_url(16, ‘large’); ?>
This code get the image url by passing its ID and specify the size.
<?php echo wp_get_attachment_image_url(16, ‘large’); ?>