rel %GALLERY_NAME%
-
I am using WP 3.6 and ngg 2.0.14.
In my theme I display a picture and set the rel manual:
rel="shadowbox[set_XX]"<<< XX is the ID of the galleryThen I also add a gallery from ngg and my rel settings are as followed:
rel='shadowbox[%GALLERY_NAME%]'—
The problem is, before the output from ngg was something like
rel="shadowbox[set_XX]"<<< XX is the ID of the galleryBUT NOW since 2.0 the output of ngg is:
rel="shadowbox[d1bfac53944642b466362c9b63ab4014]"(or similar strings)—
My question is:
How can I refer to this new string? How can I get this string from the database, so I can setup a manual rel as well, like I could before?
Any help is very welcome! Thanks!
The topic ‘rel %GALLERY_NAME%’ is closed to new replies.