Hi
I want to add a gallery / slideshow in my pages and I dont want to go the shortcode way. I uploaded images,created, gallery/slideshow/album. If I use nggShowGallery,it only puts a link on the page [Show picture list]. What should I be doing to get a li of images instead of links.
I have my own carousel script, it takes
Also noticed - using shortcode, we can add more options or params - how can we do it while calling the functions.
eg:
<?php echo(nggShowGallery('home', 'hometemplate')); ?>
<?php echo(nggShowGallery(1, 'hometemplate')); ?>
is it possible at all?
thanks
R