Revision: 49332
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 20, 2011 07:14 by xcsteve99
Initial Code
<?php if ($gallery->show_slideshow) { ?> <!-- Slideshow link --> <div class="slideshowlink"> <a class="slideshowlink" href="<?php echo $gallery->slideshow_link ?>"> <?php echo $gallery->slideshow_link_text ?> </a> </div> <?php } ?>
Initial URL
http://wordpress.org/support/topic/plugin-nextgen-gallery-remove-show-slideshow-link
Initial Description
n nextgen-gallery/view/gallery.php, find these lines. Either comment out or remove.
Initial Title
NexGen Gallery - Remove "Show Slideshow" link
Initial Tags
plugin, wordpress
Initial Language
PHP