Title: Disabling Thumbnail links
Last modified: August 21, 2016

---

# Disabling Thumbnail links

 *  [crabapplered](https://wordpress.org/support/users/crabapplered/)
 * (@crabapplered)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/disabling-thumbnail-links/)
 * Hi,
 * I need to remove the thumbnail links on my gallery page because I’ve set the 
   thumbnails to be large enough on their own.
 * I tried changing the below code in the gallery.php file, but the links still 
   appear.
 * HELP!
 * **ORIGINAL CODE:**
 *     ```
       <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> >
       		<div class="ngg-gallery-thumbnail" >
       			<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
       				<?php if ( !$image->hidden ) { ?>
       				<img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
       				<?php } ?>
       			</a>
       		</div>
       	</div>
       ```
   
 * **REVISED CODE THAT DOESN’T DISABLE LINKS:**
 *     ```
       <div class="ngg-gallery-thumbnail" >
   
       				<?php if ( !$image->hidden ) { ?>
       				<img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
       				<?php } ?>
   
       		</div>
             </div>
       ```
   
 * [http://wordpress.org/extend/plugins/nextgen-gallery/](http://wordpress.org/extend/plugins/nextgen-gallery/)

The topic ‘Disabling Thumbnail links’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

## Tags

 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 0 replies
 * 1 participant
 * Last reply from: [crabapplered](https://wordpress.org/support/users/crabapplered/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/disabling-thumbnail-links/)
 * Status: not resolved