[Plugin: NextGEN Gallery] show name in empty gallery.
-
I have an empty gallery (no images), and need to access the gallery name/title and description.
The description exists, because I can see it in wp-admin (yes, I have saved it as well); obviously the name/title does as well, since I have a gallery; and the gallery exists in an album.
However, when I try
var_dump($gallery), it returns:
object(stdClass)#8 (12) { ["ID"]=> int(51) ["show_slideshow"]=> bool(true) ["show_piclens"]=> bool(false) ["name"]=> string(0) "" ["title"]=> string(0) "" ["description"]=> string(0) "" ["pageid"]=> NULL ["anchor"]=> string(17) "ngg-gallery-51-90" ["columns"]=> int(0) ["imagewidth"]=> string(0) "" ["slideshow_link"]=> string(59) "/rsl2/?page_id=90&album=2&gallery=51&show=slide" ["slideshow_link_text"]=> string(19) "[Show as slideshow]" }Is there another way to access the fields in the DB?
Page(s) in question: http://clients.pixelalchemy.com/rsl2/?page_id=90
Everything but the first gallery.
The topic ‘[Plugin: NextGEN Gallery] show name in empty gallery.’ is closed to new replies.