Great plugin, thank you very much.
I notice an ‘exclude’ attribute/parameter but not an ‘include’ one.
Is it possible to add it, please?
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
]]>Hi there
Thanks for the gallery plus plugin I can exclusive some image for gallery.
But after I activated the plugin, my hyperlink in caption cannot work.
Do you know how to resolve the problem?
I use visual interface to add media in page , then add
<a href="https://imsweet.tw/archives/148">sweet</a>
into caption blank.
Thank you
John Chen
Hi,
This is a must BUT
Looks like not useful for [galery] tag ?!?
I’d like to use something like this:
[galery size="crop-50x50"]
when I set a “crop-50×50” additional size.
really missing or I did not understood something ?
Thank you
]]>