Mô tả
Gallery plugin with custom post type to manage albums and galleries.
This plugin allows to add Galleries, Albums, Images. This plugin creates a custom post type for gallery. The galleries or albums can be shown on posts, pages using short code. Admin can change lightbox effect from the settings panel.
General Features
- Create Albums.
- Create Galleries.
- Bulk Upload Images.
- Select from various lightbox effects.
- Show gallery/album on post or page with short code.
Ảnh màn hình
Cài đặt
The automatic plugin installer should work for most people. Manual installation is easy and takes fewer than five minutes.
- Download the plugin, unpack it and upload the ‘ds-simple-gallery’ folder to your wp-content/plugins directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Galllery Settings. There tabs are given for various settings.
To show album on post or page use shortcode: [wrsgallery].
To show particular gallery on post or page use shortcode: [wrsgallery id=1].
To use the plugin in theme file, use below code:
do_shortcode(“[wrsgallery]”);
Hỏi đáp
How to use this in post page?
To show album on post or page use shortcode: [wrsgallery].
To show particular gallery on post or page use shortcode: [wrsgallery id=1].
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“DS Simple Gallery” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “DS Simple Gallery” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- This is first release.