=== ST Simple Gallery Shortcode === Contributors: Spirit Themes Author URI: http://www.spiritthemes.com Plugin URL: http://www.spiritthemes.com/st-simple-gallery-shortcode Tags: gallery, shortcode, attached images, masonry, grid, carousel, slick, responsive Requires at least: 3.0 Tested up to: 4.3.1 Stable tag: 3.0 License: GPLv2 or later Takes every image attached to your post or page and displays it as a neat masonry grid or carousel/image slider gallery, via shortcode == Description == ST Simple Gallery Shortcode takes all images attached to a post or page and displays them as a neat gallery via shortcode without the need to define which images should be included, and thus auto-updating whenever something new is attached. Choose between the masonry grid shortcode (with column, order and image size variables) or the carousel shortcode (with order and image size variables). All you have to do is attach some images to your post and decide on a layout, and the shortcode will do the rest. Full demo at [http://www.spiritthemes.com/wordpress-plugins/st-simple-gallery-shortcode](http://www.spiritthemes.com/wordpress-plugins/st-simple-gallery-shortcode) == Installation == 1. In your WordPress administration, go to the Plugins page 2. Activate the plugin 3. Go to the page or post you would like to show a gallery on 4. Select 'Add Media' and upload any images you would like to show in your gallery. You DO NOT need to insert them into the post content, simply upload them so that they become attached and the shortcode will do the rest of the work 5. Close the upload window 6. Insert the desired shortcode. For the grid use '[st_gallery_grid]' or for the carousel use '[st_gallery_carousel]' 7. You can configure your shortcode with the following variables: columns (grid only), size, orderby, order 8. Publish or update your post == Changelog == = 08/11/2015 - 1.0 = * First release = 04/12/2015 - 1.0.1 = * Fixed missing js files * Made default image size for carousel large * Updated link location for more information