@ damainman
Thanks for writing back, and also sorry, because I guess I wasn’t reading closely enough. My problem is not with a blank page after selecting an album, but with a slideshow not showing up after the shortcode is added to the page. It appears to load, but then is blank. Do you know anything about that?
@damainman
What needs to be adjusted in that code snippet? In these lines:
<?php if(isset($_GET[‘album’]) && isset($_GET[‘gallery’])) { ?>
<?php echo do_shortcode(‘[nggallery id=’.$_GET[‘gallery’].’ ]’); ?>
Do you replace the album/gallery with the names of the gallery/album you want? Do you replace ‘, from the id=’. ?