-
As pointed in the other answer, you should not have prettyPhoto part
-
The link should be changed to utilize the function get_attachment_link
Basically change this line in your code
$link = '<a href="'.get_attachment_link($id).'">'.wp_get_attachment_image($id, $size, false).'</a>';
Related Posts:
- Get the bare URL for an attachment
- How To Retrieve An Image Attachment’s Alt Text?
- Programmatically get images by URL and save in uploads folder
- getting attachement images src and add classes
- Check if post has attachments (not image)
- Changing attachment urls?
- Validate alt text for attachments?
- Applying automatic link class to images embedded to posts
- get post attachments of a particular size
- Change image link: wp_get_attachment_link
- Making images from single.php pointing to an attachment .php template
- wp_get_attachment_image_src always returns false
- Exact image sizes
- Change default URL of image attachment
- attachment url rewrite
- Get the size (size in Kb or MB) of an featured image?
- Insert custom ID into wp_get_attachment_link
- query attachment images … if no attachments -> get attachments of parent page?
- Edit default image attachment size
- Attachment 0×0 size error [closed]
- Add image attachment to post via coding?
- How to change image url?
- Link all WordPress images size
- Removing width and height attributes from wp-get-attachment
- Get post attachment images dimension and use in embed code
- use wp_get_attachment_image() to show attachments
- Adding width and height to wp_get_attachment_image_src
- media_sideload_image with rewritten urls?
- Display attachment resolution size
- How to check if there is image title, caption, description?
- How to remove attachments size attribute [duplicate]
- How to redirect ‘file url’ to ‘post url’ i.e. in attachment.php
- Check what attached image size is used
- How do I get all attachments that are used in the current post, not just the children?
- Clean up images, delete unused image sizes attached to a post type
- Get title of post image is attached to
- Correct attachment size
- Post Gallery list attachments except the one used as post thumbnail
- Get image attachment to a post outside the loop?
- How to get image URL from media_sideload_image?
- How do I intercept and modify the functionality of wp_get_attachment_image()?
- Unable to get wp_get_attachment_url to show
- Get Attachment Image Class by attachment id
- Possible to add “Even/Odd Classes” to image attachments via wp_get_attachment_image?
- How to replace post image url before posting using api?
- changing the default picture size link url
- Get an image from the media library. Struggling with the code?
- How to view exact image dimensions of a media in Admin view?
- Filter not applied to all image sizes
- wp_get_attachment_image_src calling wrong location
- Get attachment URL from attachment Link in WordPress
- Display setting ‘size’ not available in image settings modal
- Hide Image Container if No Image Attachments
- Setting name of attachment URL
- Incomplete attachment page
- How to retrieve “custom url” from image attachment in wordpress
- Retreive tags from attached post for media on page
- list of attachments: wp_get_attachment_link works, wp_get_attachment_image does not
- What is the most efficient way to retrieve a group of image URL’s from different attachment ID’s of a specific crop size?
- get_image_tag filter not working
- Change attachment inside the_content using filters
- Get the first image from post content (eg.: hotlinked images)
- Disable image attachment links
- Add custom class to attachment in media library grid mode
- How can I UN-attach media from a post?
- Theme Customiser Image Control
- How to get attachments for a specific post type?
- Associate an existing image with a post
- Preview Image Path in Admin Section
- How to remove title attribute from gallery links and images
- Make individual attachments private?
- How to upload image without post ID using the new media uploader?
- how to grab first link in post… and of course call it
- How can I get a different image size, if all I have is the link?
- How to add a rel attribute to images that contains their categories?
- How to count media attachments?
- How to change ID of an attachment in wp_posts and its related tables correctly?
- add the post as canonical for attachment page wordpress
- Customizing the attachement page to show rest of all images in a gallery from post
- hook wp_generate_attachment_metadata does not read all the attachments
- Massive photogallery import
- Retrieve Image Attachments Getting Post Thumbnail Image First
- get_post orderby not working in plugin
- Remove attachment from database
- How to get the next and previous image title from attachment or gallery?
- Display Audio Attachment URL
- Output posts attached images as thumbnails linked to full-size with lightbox class
- Offer Download Links for Product Images
- how can I change all wordpress media file url to custom cdn url?
- Custom image size not displaying with wp_get_attachment_image()
- Programmatically Altering Gallery Link and image size?
- Get list of posts from attachment
- File was uploaded, but it is not shown on media section of the dashboard
- After I upload a file to library its name converted to dashes
- How to show post attachment image
- WordPress Attachments vs Post Meta
- Images in sub-pages fail to load
- open image after clicking on single.php with different stylesheet in wordpress
- How do I get link URL (not file URL or attachment URL) of an attached image [duplicate]
- Attachment page custom title?