Post Based Image Gallery
WordPress plugin to manage post based image galleries.
by Carlos E. Alvarez · github.com/leondemate/post-based-image-gallery · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/leondemate/post-based-image-gallery/archive/refs/heads/main.zipWordPress plugin to manage post based image galleries.
Usage
- Create a post.
- Add a featured image.
- Add a tag called "image-gallery-item".
- Create a post.
- Add the shortcuts to call the image gallery items: [image_gallery_item post_id="256" class="col-xs-12 col-md-3"].
- post_id field: the post id with a tag equal to image-gallery-item.
- class field: Bootstrap columns.
- modal field: set it as true to include a modal with the featured image and content instead the link to the post.
- Add a tag called "image-gallery".
- Add the shortcuts to call the image gallery items: [image_gallery_item post_id="256" class="col-xs-12 col-md-3"].
- Include a image gallery a page.
- Add a shortcut to call the image gallery: [image_gallery post_id="512"].
- post_id field: the post id with a tag equal to image-gallery.
- Add a shortcut to call the image gallery: [image_gallery post_id="512"].
Requirements
- Bootstrap v5.3.8