If you are looking for an effective, reliable, yet simple to use photo gallery plugin for Advanced Custom Fields, then you will love this one!
The gallery field provides a simple yet effective way of managing your images.
- Upload your photos using the native WordPress Media uploader.
- Add as many images as you want.
- Manage Gallery Images
Automatic creation of stylish front end gallery pages.- Ability to sort your gallery images.
- Comes with a shortcode which you can apply to any post or page to insert your gallery.
Shortcode
1 | [acf-gallery name = "image_gallery" size = "large"] |
Parameters:
name | Field name of the gallery you created in the ACF back-end |
---|---|
size | Desired size of the images. Available sizes: 1. thumbnail 2. medium 3. large 4. full |
Within the loop:
1 | <!--?php echo do_shortcode('[acf-gallery name = "image_gallery" size = "large"]'); ?--> |