anyway
Member
Posted 6 months ago #
Hi,
thank you for the great plugin!
I need to include a piece of the following shortcode for the call of an (gallery) template into your code and I have no idea how to do that.
The shortcode is
[nggallery id=1 template=dop-thumbnail-gallery]
Could you please help me?
http://wordpress.org/extend/plugins/advanced-custom-fields-nextgen-gallery-field-add-on/
jayque9
Member
Posted 5 months ago #
the nggShowAlbum is a function in in the nextgen plugin. The available parameters to pass (from the nggfunctions.php file):
nggShowAlbum($albumID, $template = 'extend', $gallery_template = '')
so try this in your code:
nggShowAlbum( $nextgen_gallery_id['ngg_id'] , 'dop-thumbnail-gallery');