Hi
I want to add a gallery / slideshow in my pages and I dont want to use a shortcode. Basically,what I want to do is add a carousel on page based on its id or the permalink.
eg:
<?php echo(nggShowGallery('home', 'hometemplate')); ?>
<?php echo(nggShowGallery(1, 'hometemplate')); ?>
is it possible at all?
thanks
R