$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), "full" );
echo '<a href="' . $image[0] . '">Link to Full Size</a>';
Related Posts:
- How do i upload an image and return the image id?
- Is there a way to get attachment data?
- Handling image uploads without thickbox
- Pull images from the gallery
- Get images attached to a specific page
- WordPress Attachments with old images
- Attachments without images
- Restricting users to view only media library items they have uploaded?
- Programmatically adding images to media library
- Programmatically get images by URL and save in uploads folder
- Prevent WordPress from generating medium_large 768px size of image uploads?
- how to get original image using wp_get_attachment_image_src
- Can I attach image to post without adding it to post?
- Upload images to remote server
- Set default image link target in Gutenberg image block
- Uploaded images don’t show in Media Library if there are special characters in IPTC Keywords
- wp_get_attachment_image_src and server path
- Using Images in WordPress – Best Practices
- How to find attachment by it’s name?
- Media Upload Folder – how to manage
- How to set the default embed image size
- How do I detach images from posts?
- How do I delete all generated images from my server except those currently used in posts
- Insert an image into a post by API
- Function to call the attachment image from post
- Theme Customiser Image Control
- How can I hide media library images from general users?
- Get attachment ID of author_meta image – Attachment Metadata
- Associate an existing image with a post
- Programatically creating image attachments from local URLs and setting featured image
- Filter Media Library by author or post_parent
- Use Media Library to manage galleries like Nextgen (with folders, albums, collections, tags, categories, terms…)
- Get Attachment ID from URL [duplicate]
- Insert Images at Master Uniform Height
- Alter media caption/description conflict in WordPress?
- How to remove title attribute from gallery links and images
- Separate attachment images from post loop
- Restrict the number of images to upload per post
- How to display a shortcode caption somewhere other than the_content
- copy attachment title to description and alt text
- Upload images using FTP and show them in media
- Get an image from url in front end submission form
- Open the attachment details modal
- How to upload image without post ID using the new media uploader?
- How do I delete thousands of unattached images?
- Allowing post attachments without allowing to insert in text
- Applying class to links around self hosted images embedded to posts/pages
- Media sizes aren’t being created – server config?
- Add visual editor to Media Edit Screen
- Rename attachments during upload
- Regex to turn embedded images in to attachments
- Re-process Images
- custom image size with New Media Manager in wordpress 3.5
- How to store media files in subdomain
- Show prev and next post links for parent post of current image in attachment page?
- Pulling Post Image Attachments in WordPress 3.9
- How to add a media with PHP
- Link Featured Thumb to Attachment Page, If Possible
- Regenerate missing _wp_attachment_metadata
- Make alt text required when setting a featured image
- Image still linked as attachment to page even though it has been deleted
- How to make programmatic image upload generate thumbnail and sizes?
- Can’t access ‘Store uploads in this folder’
- How to add qtranslate multi language support for media?
- Best way to strip character entities (%20 etc)
- What’s the best “insert all images” plugin?
- Display one random image, but only if landscape
- get_attachment_id() only get id of first attached image after post update
- Different upload path per file type
- 3.5 media.editor: what is the event listener for choosing an image?
- Why can I not view image attachment pages?
- Getting alt text of featured image
- Get image alt attribute just by image URL
- How to change image url?
- Add a new data attribute in tag
- Rename media files generated during upload
- Thumbnails are bigger in size than the original image
- Custom page template to display all image attachments
- get the image of the post
- HTTP Error when uploading files above 7mb unless using GD Image Editor
- add the post as canonical for attachment page wordpress
- How Do I Delete All The Images from WordPress
- media_sideload_image with rewritten urls?
- Change WordPress Media Manager
- Site migration – some images not displaying in Media Library
- Add an attribute to attachments
- Bulk edit of EXIF data for jpeg images uploaded in the media library?
- Upload media files to Amazon S3
- Out of memory error reporting
- How can I attach hotlinked images in posts/pages within the same server?
- Multiple images in one attachment page
- WordPress Image Attachment using remote image
- Exclude images from “inserted into post” when trying to get attachments
- image in my post disappeared after I upload website to remote server
- WordPress adds extra width to post images container boxes
- How can I create more upload paths, like a post corresponding to a post title folder used to store images of the same product
- Customizing the attachement page to show rest of all images in a gallery from post
- WordPress automatically downscaled images larger that original
- How to open default wp image editor screen dynamically?
- How to change image atributes right before an image to be saved?