=== RG Responsive Gallery === Contributors:india-web-developer Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WN785E5V492L4 Tags: responsive gallery, Image Gallery,wordpress Gallery, responsive slider, wp slider, wordpress slider, image slider, gallery, slider Requires at least: 4.0 Tested up to: 4.8.1 Stable tag: 1.3 Add a responsive image gallery and category post thumbnail slider on your website! == Description == "rg-responsive-gallery" is the very simple plugin for add to image gallery on your site. Using "rg-responsive-gallery" plugin we can easily add gallery on any page/post using shortcode. Usign [rr_gallery slider_slug="ENTER SLIDER SLUG"] sortcode you can add a new slider on any page/post and using [rr_post_thumb_gallery category="ENTER CATEGORY SLUG"] OR [rr_post_thumb_gallery slider_slug="ENTER CATEGORY SLUG"] this shortcode you can publish recent blog post as slider on any page/post. Recent blog post will be publish by date in decending order, that's means always recent publish post will come first. Video Tutorial : https://youtu.be/I9UDBU2E4Qk = Features = * Responsive gallery * Shortcode * Thumbnail gallery for all post custom types = Shortcode = ==[rr_gallery slider_slug="ENTER SLIDER SLUG"]== * You can use this shortcode for add to slider on any page/post. you will need only to add slider slug ==[rr_post_thumb_gallery category="ENTER POST CATEGORY SLUG"]== OR ==[rr_post_thumb_gallery slider_slug="ENTER Taxonomy SLUG"]== * You can use this shortcode to publish post thumbnail gallery. Slider image will be manage from post featured image. == Installation == Step 1. Upload "rg-responsive-gallery" folder to the `/wp-content/plugins/` directory Step 2. Activate the plugin through the Plugins menu in WordPress Step 3. Go to Settings/"Responsive Gallery" and configure the plugin settings. == Frequently Asked Questions == = Q.1 How add gallery on my website? = Ans. Use [rr_gallery slider_slug="ENTER SLIDER SLUG"] shortcode to add the gallery on any page/post. = Q.2 How add gallery in theme template files? = Ans. Add given code = echo do_shortcode('[rr_gallery slider_slug="ENTER SLIDER SLUG"]'); = Q.3 How i can find the slider slug? = Ans. You can find the slider slug from sliders list page. = Q.4 How i can add custom post type thumbnail gallery ? = Ans. Use given shortcode [rr_post_thumb_gallery slider_slug="ENTER POST CATEGORY SLUG" taxonomy="Enter custom taxonomy type" post_type="Enter custom post type"] . please don't forget to update slider_slug, taxonomy and post_type value as per your requirement. == Screenshots == 1. screenshot-1.png 2. screenshot-2.png 3. screenshot-3.png 4. screenshot-4.png == Changelog == = 1.3 = * Testetd with wordpress version 4.8.1 * Added an option for publish thumbnail gallery of any post types = 1.2 = * Testetd with wordpress version 4.5.2 * Fixed gallery slider major issue = 1.1 = * Fixed some js and css related issue = 1.0 = * First stable release