I've been looking for a PHP code that will add the Recent/Random images into my sidebar, however, I do not have widget support for my current template. I have googled this numerous times - the provided code for the old NextGen gallery website does not work. Please let me know...thanks.
bee dudler
Member
Posted 3 years ago #
<?php
if (function_exists("nggDisplayRecentImages"))
{ nggDisplayRecentImages($number_of_pic,$Width,$Height); }
?>
I have tried that so many times, and it does not work. If I can get a code that does work, then I can finally get my site up and running.
ETA: *headdesk* Nevermind, I figured it out. :) Thanks. (I forgot to identify variables).