zacnboat
Member
Posted 5 months ago #
I'd like to use the NextGEN Gallery Slideshow function as a permanant fixture in the header of every page.
I'm not sure what the code looks like to do this. How do I call the NextGEN Gallery from PHP to include something into a PHP / CSS managed portion of the site?
roxane
Member
Posted 2 months ago #
This is what I did in order to show an album in my homepage sidebar :
<?php echo nggShowAlbum (1, sidewidget); ?>
And then I duplicated the album-compact.php to album-sidewidget.php and modified the code inside to get what I wanted.
Hope it helped...