Description
Give an example of the NextGEN gallery and a link to more examplesThis function work even if the NextGEN plugin is not activated or the nggallery shortcode is not defined. http://nextgen-gallery.com/gallery-page/
Usage
nggallery__example( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: nggallery –
Returns
voidSource
File name: oik/shortcodes/oik-galleries.phpLines:
1 to 5 of 5
function nggallery__example( $shortcode="nggallery" ) { bw_invoke_shortcode( $shortcode, 'id=1 template=carousel', __( "To display NextGEN gallery with id=1 and the carousel template", "oik" ) ); BW_::alink( null, "https://www.imagely.com/docs/displaying-galleries-overview/", __( "Visit the NextGEN Gallery page", "oik" ) ); }View on GitHub View on Trac
Called by
1 to 2 of 2
Invoked by
Calls
1 to 2 of 2
