>
Download This Plugin | |
Download Elegant Themes | |
Name | SO Simple Gallery |
Version | 2014.07.30 |
Author | Piet Bos |
Rating | 0 |
Last updated | 2014-12-12 06:55:00 |
Downloads |
496
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
SO Simple Gallery plugin added 4 bytes of resources to the Home page and 8 bytes of resources to the sample Post page.
SO Simple Gallery plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! SO Simple Gallery plugin ads no tables to your Wordpress blog database.Inspired by a LinkedIn discussion and the Simple CSS Roll-over Image Gallery tutorial by Dudley Storey I decided to cook up the concept of it in a plugin.
It works with a Simple Gallery custom post type to which you can upload a maximum of 8 images using the Meta Box plugin by Rilwis. This is my 3rd "extension" for that plugin, which - if you have not yet installed it - will be semi-automatically added to your Plugins folder; just follow the on-screen instructions.
Once you have added images to your Simple Gallery you can add it to your Post or Page using a simple shortcode. This shortcode shows after you have published or updated the Simple Gallery. And you can also find the shortcode on the main Simple Galleries screen.
When you use the Visual Editor you will find a nice shortcode button that by clicking it adds [so-simple-gallery id=""]
to your Post or Page content. Between the double quotes you only have to fill in the ID of the Simple Gallery you would like to add.
If you use the Text Editor instead, you can copy the shortcode from the main Simple Galleries screen and paste it into your Edit Post/Page screen.
If you would like to add a gallery to a template file, then you need to add the following code to it:
<?php if ( function_exists( 'sosg_shortcode' ) ) {
echo do_shortcode( '[so-simple-gallery id="123"]' );
} ?>
where 123 is the ID of your Simple Gallery.
Please have a look at the "Other Notes" tab to find the Known Limitations.
See the demo over at SO-WP.com