How can I convert this old code to work with the latest version of NGG Gallery?
-
Hi Nextgen. Recently, we updated the plugin from a very old version. As such, a fatal error is triggered due to an old function being removed.
$ngen = new NextGEN_Shortcodes; echo $ngen->show_gallery(array("id"=>'ticker', "template"=>"ticker", 'images'=>100));
With that said, is there a way I can convert the old code above to a shortcode that would work? I thought something like do_shortcode would have done the job. But all I get is array where the images should be displayed. Thanks in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How can I convert this old code to work with the latest version of NGG Gallery?’ is closed to new replies.