Hello, I am trying to retrieve 4 of the most recent images from a specific gallery and apply a custom template called 'home' using the following code:
<?php print nggShowRandomRecent(recent, 4, 'home'); ?>
This works and gets me most of the way, but I don't know how to limit the results to a specific gallery only.
Any ideas?