
The GPP Slideshow plugin for WordPress allows you to create minimalist image slideshows using the new Gallery post type or using WordPress’ built in gallery shortcode on Posts and Pages. The plugin comes with a Widget for easily inserting a specific gallery into any widgetized are on your theme. This plugin requires WordPress 3.1 and works best with a Graph Paper Press theme.
Examples & Screenshots

Sample Gallery

Example gallery archive

Example GPP Slideshow add gallery page

Example GPP Slideshow add gallery page
The GPP Slideshow plugin for WordPress allows you to create minimalist image slideshows using the new Gallery post type or using WordPress' built in [gallery] shortcode on Posts and Pages. The plugin comes with a Widget for easily inserting a specific gallery into any widgetized are on your theme. This plugin requires WordPress 3.1 and works best with a Graph Paper Press theme.
- Upload the entire
gpp-slideshowfolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Follow the prompts to configure your plugin options and update your permalinks.
Screenshots
- Example single gallery slideshow
- Example gallery archive
- Add new gallery page
- Gallery options page
Version 1.3
- WordPress 3.5 media gallery support.
Version 1.2.1
- Fixed bug on template redirect and archive conflict.
Version 1.1.9
- Added support for password protection.
Version 1.1.8
- Replaced queryposts with WPquery inside gpp_widget.php
Version 1.1.7
- Browser resets added for better CSS inheritance
- Option to allow GPP sliders instead of generic WP gallery on category/archive pages
Version 1.1.6
- Galleries and Gallery archives are now Responsive
- Supports multiple galleries per archive page
Version 1.1.5
- Disable galleries on Graph Paper Press' blog template pages
Version 1.1.4
- Add gpp-gallery-description class to gallery descriptions for CSS manipulation.
Version 1.1.3
- Bug fix in taxonomy-collection.php
Version 1.1.2
- Added ability to insert Galleries in any place on Posts and Pages.
Version 1.1.1
- Change
if ( taxonomy_exists('collection') ) {toif ( is_tax('gallery_collections')) {so that Collections pages display properly.
Version 1.1.0
- Adding description to the single-gallery.php template.
Version 1.0.9
- Plugin deactivation triggers error. (Another) Bugfix.
Version 1.0.8
- Plugin deactivation triggers error. Bugfix.
Version 1.0.7
- Adds taxonomy-collection.php for taxonomy archive.
- Check to show image captions by default option bug fix.
Version 1.0.6
- Fixes image sort order
Version 1.0.5
- Fixes gallery description not showing on archive page template
Version 1.0.4
- Fixes widget title option not saving
Version 1.0.3
- Fixes template redirect issue for gallery archive page
Version 1.0.2
- Fixes stylesheet not loading bug
Version 1.0.1
- Determining the width of the theme using $content_width
- Improves theme compatibility
Version 1.0
- Initial release