Powerplay Gallery for WordPress

The powerplay gallery is a premium wordpress gallery that shows your images with thumbs, tooltop, description and next/previous thumb previews. This gallery is free to try and easy to install and use. This gallery can be also used as slideshow. You can hide the thumbs to use it as image slider.

This premium wordpress gallery add-on has lot of features like full-screen, auto slideshow, image effects, text effects, image count, tooltip, image zoom, image links etcc.

This wordpress image gallery contains 15 type of image effects and 8 type of text effects. Tooltip can be hidden or show. The full image gradient background color can be defined in wordpress gallery plug-in admin options.

This gallery can be used in the content as inline also in template. The instructions are given below on how to use this wordpress gallery in template and in content.

  • Full Screen Mode
  • Scroll Image of it is larger then display area
  • Option to show thumbs top or bottom
  • Linkable images - Optional
  • Choose Category ID's to display Images
  • Previous, Next Images in slide Show
  • Customizable gallery width and gallery height
  • Image description
  • Customizable auto play time
  • Transition Time

WordPress powerplay gallery installation Video

Short codes

use below short codes in your content as inline to display the slideshow

[power_play] – This short code will display all images under all categories which are not disabled.

[power_play cats=2,3] – This short code will display all images under the categories with ID's 2,3.

[power_play imgs=1,2,3] – This short code will display images which has ID’s 1,2,3.

Short codes to be used in the Template (php file)

<?php echo do_shortcode('[power_play]');?> – This short code will display all images under all categories which are not disabled.

<?php echo do_shortcode('[power_play cats=2,3]');?> – This short code will display all images under the categories with ID’s 2,3.

<?php echo do_shortcode('[power_play imgs=1,2,3]');?> – This short code will display images which has ID’s 1,2,3.