Use :
$img = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'full' );
$img_src = $img[0];
refer this : http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src
Related Posts:
- Remove images (files) that were generated when using add_image_size()
- Displaying images from external RSS feeds?
- Why should I use “Organize my uploads into month- and year-based folders” option? (Cons/Pros)
- Which action hook can I use when a featured image has been selected
- Displaying images with relative paths in the editor
- Prevent image upload unless exact size
- Fixing external image urls
- Associate an existing image with a post
- Need help building a filter to edit the output of “image_send_to_editor”
- Image resize with image url
- Preview Image Path in Admin Section
- The WordPress Gallery, Grabbing The Link and Images?
- How to upload image without post ID using the new media uploader?
- Featured Images on Front Page
- Display different header images based on current page
- How to upload images from my directory into my wordpress?
- Ability to edit image via WYSIWYG
- Add a featured image in my theme?
- Why images/photos after being uploaded to my wordpress site get slightly blurry?
- Featured Image .svg height and width 1px only
- Extend core block attributes in post content
- Images are randomly deleted from server
- Rename image file by post title
- Rename media files generated during upload
- Featured image (responsive) above content is too small after update to WordPress 4.4
- How to show only posts with images?
- Image popup in a lightbox / overlay from the backend 3.5 admin area (plugin)
- Auto resize images after adding a new size
- Upload .doc to blog
- media sideload image and Google Content
- Making images in posts link to the image file rather than the attachment page
- offload media to external services [closed]
- How can I insert an image map into a WordPress blog post?
- image in my post disappeared after I upload website to remote server
- How to create ‘Local’ filters for WordPress srcset sizes in template parts?
- Isolating images in uploads not used/recognised by WordPress
- Add width & height attributes to Gutenberg’s image output?
- How to filter the image embed code based on link type
- Include image in excerpt
- images not showing after transfer
- Retain the original name of the image on resize
- WordPress 4.1 header image problem
- force feed readers to pick atom version
- Creating a post image to show in a gallery
- Don’t show images inserted into content
- Replace post/page titles with an image in WordPress
- What happened to the media manger?
- Add custom metabox to media library images
- Howto use WP built in Thickbox for images?
- Remove Image Sizes in Media Settings Page
- Featured Image problem with resizing
- WordPress Image Scaling Quality
- Create a post from every image in my media gallery
- Retrieve Image Attachments Getting Post Thumbnail Image First
- Is there a wordpress filter to edit the markup of inline images?
- Not seeing text alignment option in Image block
- wp_get_attachment_url images in wrong order [closed]
- Alt text not showing up
- Speed Up Website With High Resolution Images
- Removing Images from a WordPress Post
- How come the images arent loading properly?
- How to use the thumbnail size with catch_that_image
- Random Image Script Working but Want to Avoid Duplicates
- How to post images on my blog with a pre-defined border
- HTML Img with data:image src gets sanitized in admin?
- Can’t find image to remove
- How to add a custom class to all the images for a page only?
- How to link image in WordPress – Elementor when certain element does not offer that option?
- Large uploaded images not resizing?
- How can i place featured image after h2
- Custom image size not displaying with wp_get_attachment_image()
- Images getting smashed
- unsharp thumbnails after uploading image
- How to delete original image file after upload and resize
- Wrap post images with a link, not figure (image_send_to_editor doesn’t work)
- An error has occurred during the upload process in wordpress 5.3.2
- Access html element in media modal with jQuery
- Jetpack Lazy load images fade in
- add alt text to images loaded from json with media_sideload_image
- How to make image uploads default to full size?
- WordPress images programatically display error
- Recovered WordPress installation (on localhost) links broken and images not showing
- Image is missing on site homepage
- Put image onto header
- Changing current post image uls with a function
- Display images in template file
- Changing image size displayed in wordpress twenty fourteen theme
- How to display every pictures from all the posts on one page?
- How to add multiple images in a page
- Only User Upload image Http Error
- See the all uploaded images of a user as an admin
- Broken Media Library
- how to display all images from their siblings/ from same parent?
- Define Folder to save Images
- adding images to wordpress pagination?
- Custom filename when pasting an image from clipboard
- WordPress Bootstrap dynamic carousel showing images separately not as carousel
- How do you change all images dimensions to have the same size?
- How to display image ALT under image?
- Faster image upload on mobile [closed]