Nextgen Gallery Shortcodes

Description

PHP Source Code

                        
                          This shortcode will output gallery 1 and display only 9 images
<?php echo do_shortcode('[nggallery id=1 images=9]'); ?>

This shortcode will output gallery 1 and display 9 images, it will disable the slideshow link and will overide the system thumbnail size and use the 270X220 from the code and it will remove pagination
<?php echo do_shortcode('[nggallery id=1 images=1 show_slideshow_link="0" override_thumbnail_settings="1" thumbnail_height="270" thumbnail_width="220" disable_pagination=1]'); ?>                        
                        


Post Categories