Thread Starter
marfer
(@marfer)
i figured it out extrapolating Shauno’s explanation for smooth gallery
http://wordpress.org/support/topic/plugin-nextgen-gallery-is-it-possible-to-specify-url-links-in-thumbnails?replies=13
It’s easy… you´ve to add $aux["pid"] = $picture->pid; on nggScrollGallery (around line 195) and then add nggcf_get_field($picture["pid"], "custom link") next to stripslashes($picture["title"]) (around line 278) , and that’s it! 🙂