• Hi,

    I’m trying to create a download link underneath an image thumbnail using NextGen. I’ve managed to get the link there, however it is displayed with the rel=”lightbox[xxx]” tag in the link, causing it to open in the lightbox.

    I have displayed the link by inserting the following php under the the thumbnail:

    <a href="<?php echo $image->imageURL ?>" class="ngg_download forced-download">Download Image</a>

    Can anyone think of a good way to display the link only?

  • The topic ‘[NextGen Plugin] php for image only (without rel tag)’ is closed to new replies.