hey thx valendesigns, i found a way to replace that one big image with a set of images from a gallery.
if somebody need a set of images with thumbs and lightbox here is the tip:
1. download NextGen Gallery
2. for every real estate i add i create a gallery in the plugin section i mentioned, and i get a gallery ID number, like [galleryid=3]
3. so i go to write new post, and in the custom fields insted of the image i just put in the gallery id wich is for this example 3 and post it.
4. then i added this peace of code insted of the
if (function_exists(“nggShowGallery”
)
$values = get_post_custom_values(“image”
;
{ echo nggShowGallery($values0); }
5. and thats it it display a gallery of images using lightbox
its great
Posted about 1 month ago













