Title: [Plugin: Multiple Post Thumbnails] Image linking option
Last modified: August 20, 2016

---

# [Plugin: Multiple Post Thumbnails] Image linking option

 *  [olie480](https://wordpress.org/support/users/olie480/)
 * (@olie480)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-multiple-post-thumbnails-image-linking-option/)
 * Would it be possible to add another option, or add to the attribute field what
   image size to use when you wrap thumbnails in an anchor? I have a client that
   doesn’t know how to size photos, and they are uploading large resolution photos,
   so when they click on the photo, it fills the entire screen.
 * Right now I substituted the full image for the large image using this code:
 *     ```
       if ($link_to_original && $html) {
         //$html = sprintf('<a href="%s">%s</a>', wp_get_attachment_url($post_thumbnail_id), $html);
         $imager = wp_get_attachment_image_src($post_thumbnail_id, 'large');
         $html = sprintf('<a href="%s">%s</a>', $imager[0], $html);
       }
       ```
   
 * But if they update the plugin, I don’t want that to get erased. Maybe the option
   is already there?
 * Thanks!
 * [http://wordpress.org/extend/plugins/multiple-post-thumbnails/](http://wordpress.org/extend/plugins/multiple-post-thumbnails/)

The topic ‘[Plugin: Multiple Post Thumbnails] Image linking option’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multiple-post-thumbnails_d94965.svg)
 * [Multiple Post Thumbnails](https://wordpress.org/plugins/multiple-post-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multiple-post-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multiple-post-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/multiple-post-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multiple-post-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multiple-post-thumbnails/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [olie480](https://wordpress.org/support/users/olie480/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-multiple-post-thumbnails-image-linking-option/)
 * Status: not resolved