How to Get Featured Image Path
This article I will guide you to get the original link of the post avatar, this is used when you want to make the lightbox effect for your avatar.
You see the following code:
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array( 720,405 ), false, '' ); echo $src;wp_get_attachment_image_src: This function is used to retrieve image...