i'm trying a load function: with php
get_i18n_gallery('galeria-firma', array('url'=>'my-gallery-slug', 'thumb'=>random, 'thumbwidth'=>200) )
to use a link to galleries
galeria-firma is name of gallery
random load image is working...
thumbwidth is working
but link to gallery page is not working (i dont want to open a new lightbox) i want to change destination link of image to a page with all gallery image
;(
can someone help how to do it ?
code:
im using a pretty photo gallery...
get_i18n_gallery('galeria-firma', array('url'=>'my-gallery-slug', 'thumb'=>random, 'thumbwidth'=>200) )
to use a link to galleries
galeria-firma is name of gallery
random load image is working...
thumbwidth is working
but link to gallery page is not working (i dont want to open a new lightbox) i want to change destination link of image to a page with all gallery image
;(
can someone help how to do it ?
code:
PHP Code:
<?php
get_i18n_gallery_header('galeria-firma');
get_i18n_gallery('galeria-firma', array('url'=>'my-gallery-slug', 'thumb'=>random, 'thumbwidth'=>200) );
?>
im using a pretty photo gallery...
user plugin: scroll to top