Title: Custom links
Last modified: March 28, 2019

---

# Custom links

 *  Resolved Anonymous User 14018805
 * (@anonymized-14018805)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-links-18/)
 * Would be possibile to have custom links for the gallery pics?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Rich Tabor](https://wordpress.org/support/users/richtabor/)
 * (@richtabor)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-links-18/#post-11394081)
 * Hey @blackster000, that’s a common request that I’m tracking. It’s something 
   I’d like to figure out for sure, but I don’t have a timeline for that.
 *  Thread Starter Anonymous User 14018805
 * (@anonymized-14018805)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-links-18/#post-11417350)
 * Thanks Rich,
 * do you think there is any workaround I could use to set them (waiting for your
   update)?
 *  [EnlivenDesigns](https://wordpress.org/support/users/enlivendesigns/)
 * (@enlivendesigns)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-links-18/#post-11422105)
 * +1 for really needing to be able to add a link to each image! Thanks : )
 *  Thread Starter Anonymous User 14018805
 * (@anonymized-14018805)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-links-18/#post-11422152)
 * I temporary solved it with JQuery wrapping links around img tags:
 *     ```
       <script>
        jQuery(function($) {
          $(".wp-image-40778").wrap("<a href='https://abracadabra.photography/portfolio/fashion/'></a>");
          $(".wp-image-39272").wrap("<a href='https://abracadabra.photography/portfolio/swimwear/'></a>");
          $(".wp-image-39273").wrap("<a href='https://abracadabra.photography/portfolio/man/'></a>");
          $(".wp-image-37842").wrap("<a href='https://abracadabra.photography/portfolio/fitness/'></a>");
          $(".wp-image-39274").wrap("<a href='https://abracadabra.photography/portfolio/lingerie/'></a>");
          $(".wp-image-40780").wrap("<a href='https://abracadabra.photography/portfolio/beauty/'></a>");
       });
       </script>
       ```
   
    -  This reply was modified 7 years, 2 months ago by Anonymous User 14018805.
 *  [burntsun](https://wordpress.org/support/users/burntsun/)
 * (@burntsun)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/custom-links-18/#post-12012478)
 * I would also be interested in each image having its own custom link.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Custom links’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/block-gallery_f2a3b4.svg)
 * [Block Gallery - Photo Gallery Gutenberg Blocks](https://wordpress.org/plugins/block-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/block-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/block-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/block-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/block-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/block-gallery/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [burntsun](https://wordpress.org/support/users/burntsun/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/custom-links-18/#post-12012478)
 * Status: resolved