I'm trying to change the gallery ID's of my NextGEN galleries to match the page ID's of the pages I would like them to appear on so that I can write
<?php echo nggShowSlideshow('<?php echo get_the_ID(); ?>',650,520)?>
into a custom page template to display a gallery on my page.
how can i change the ID of my gallery to match the page ID?