DreamWork Gallery for WordPress

DreamWork gallery for WordPress is another great extension from xml/swf. It has incredible features like category pop-up window, excellent image effects and text effects. This free WordPress gallery works with keyboard shortcuts too. Use your keyboard left right keys to navigate between images.

This free WordPress image gallery also has option to show price. Everything can be configurable from WordPress admin. This WordPress gallery is easy to use and configure. Just download, install, upload images and place short code in the content or template, that's it. You can see the gallery working on your WordPress website.

You can use this WordPress gallery any number of instances on a page or on a site. If you have any problems in using this,please open a support ticket. Please watch the installation video in the below tabs.

  • Customizable gallery width and gallery height
  • Customizable image width
  • Image description
  • Customizable auto play time
  • Transition Time
  • Customizable sideshow background color
  • Customizable slide interval
  • Customizable Image scalling
  • Customizable Control Buttons Show/Hide Option.

WordPress Dreamwork Gallery Installation Video tutorial

Short codes to be used in the content

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

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

[dreamwork 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('[dreamwork]');?> – This short code will display all images under all categories which are not disabled.

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

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