[Plugin: Slideshow Gallery] error in code excluding images
-
Hello,
I found that the code to exclude images, e.g. slideshow-gallery.php lines 101 & 136:
if (in_array($a, $exclude)) {
needs to be this to work:
if (in_array($id, $exclude)) {
Hope that helps anyone finding the same problem I did.
J.
https://www.ads-software.com/extend/plugins/slideshow-gallery/
- The topic ‘[Plugin: Slideshow Gallery] error in code excluding images’ is closed to new replies.