Title: [Plugin: Gallery Plus] linktype not working
Last modified: August 19, 2016

---

# [Plugin: Gallery Plus] linktype not working

 *  [creativeworldstudio](https://wordpress.org/support/users/creativeworldstudio/)
 * (@creativeworldstudio)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-gallery-plus-linktype-not-working/)
 * Using gallery shortcode in WP 3.1 and it seems to ignore the added options from
   this plugin – however this is based only on testing:
 * [gallery linktype="none"]
 * Ending up using some Javascript to remove the a tags:
 *     ```
       $(document).ready(function(){
       	// Remove link from gallery images
       	$(".gallery-icon a").each(function () {
       		$(this).replaceWith($(this.childNodes));
       	});
       });
       ```
   
 * Would love to see this plugin development continue, the feature set is much needed.
 * credit for javascript solution: Jayde from [this post](http://wordpress.org/support/topic/on-gallery-no-link-on-file?replies=5#post-1436942)

The topic ‘[Plugin: Gallery Plus] linktype not working’ is closed to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [creativeworldstudio](https://wordpress.org/support/users/creativeworldstudio/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-gallery-plus-linktype-not-working/)
 * Status: not resolved