NexGen Gallery - Remove "Show Slideshow" link


/ Published in: PHP
Save to your folder(s)

n nextgen-gallery/view/gallery.php, find these lines. Either comment out or remove.


Copy this code and paste it in your HTML
  1. <?php if ($gallery->show_slideshow) { ?>
  2. <!-- Slideshow link -->
  3. <div class="slideshowlink">
  4. <a class="slideshowlink" href="<?php echo $gallery->slideshow_link ?>">
  5. <?php echo $gallery->slideshow_link_text ?>
  6. </a>
  7. </div>
  8. <?php } ?>

URL: http://wordpress.org/support/topic/plugin-nextgen-gallery-remove-show-slideshow-link

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.