I have put this code into my header.php file in wordpress:
<?php if (function_exists(‘acx_slideshow’)) { acx_slideshow(“home_page” , “200px” , “1000px”); } ?>
I get this warning message:
The gallery group “home_page” is no longer available , Please reconfigure your widget/shortcode/phpcode which display’s this slideshow.
Am I correctly configuring this plugin in php?
Thanks.