Royal Gallery for Wordpress

This unique wordpress gallery plugin can be used as image gallery as well as video gallery. This wordpress plugin can play youtube videos in a beautiful video player. The beauty of this video gallery is, it will show video icon automatically. It is very simple yet powerful video gallery plugin for WordPress. It allows you to specify number of rows and columns for thumbs. this video gallery plugin also shows scrollbar for thums. It is all free for you. Download and just plug-in to your wordpress. It is highly customizable.

WordPress Royal Gallery Installation Video tutorial

    1. Show unlimited number of images
    2. Plays youtube videos
    3. Full Screen
    4. Play / pause and customize the auto slider time interval
    5. Customizable transition time
    6. Five types of transition effects
      • Squares
      • Vertical Bars Sequence
      • alpha transition
      • MultiLines
      • Horizontal bars
    7. Customizable pre-loader color
    8. Customizable thumb rows
    9. Customizable background color for gallery
    10. Customizable thumb color
    11. Customizable scrollbar color
    12. Enable/disable short description

Short codes to be used in the content

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

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

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

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

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