NextGen Gallery PHP code for [random max=x]
-
Does anyone know the PHP code to achieve the same as the shortcode
[random max=? id=?]
I’m currently using `<?php
if (function_exists(“nggDisplayRandomImages”))
{ nggDisplayRandomImages(‘6’,$Width,$Height); }
?>` but I need to pull the images from a specific gallery.Thanks for your help.
- The topic ‘NextGen Gallery PHP code for [random max=x]’ is closed to new replies.