Hi guys, anyone know how to call NextGEN Gallery recent images directly from sidebar.php and home.php?
I found this link (http://nextgen.boelinger.com/2007/05/24/new-widget-support/) but adding the below to my templates (and also without the variables) didn't work.
$number_of_pic = '4';
$Width = '160';
$Height = '160';
if (function_exists(’nggDisplayRecentImages’))
{ nggDisplayRecentImages($number_of_pic,$Width,$Height); }
If anyone's figured this out I would really appreciate it. Cheers!