0
votes
1answer
73 views

nextgen gallery: how to get picture url by gallery id

All posts in my site have custom field with nextgen gallery ID. To display gallery I use this code: $gallery_id = get_post_meta( $post->ID, 'galerijos_id', true); // Get gallery id from custom ...
0
votes
1answer
135 views

Using a custom field inside a shortocde

Im trying to use a custom field inside a shortocde for a nextgen gallery slider on a page. The goal is to change the gallery id by entering in the corresponding id on page creation with a custom ...