开发者 |
wpexpertsin
india-web-developer |
---|---|
更新时间 | 2021年4月21日 01:10 |
捐献地址: | 去捐款 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 5.4.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/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.Ans. Use [rr_gallery slider_slug="ENTER SLIDER SLUG"] shortcode to add the gallery on any page/post.
Ans. Add given code = echo do_shortcode('[rr_gallery slider_slug="ENTER SLIDER SLUG"]');
Ans. You can find the slider slug from sliders list page.
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.