
AT Gallery
by acianotechnologies on WordPress.org
A flexible WordPress gallery plugin to create galleries, upload bulk images, display them with shortcodes, and view in a lightbox.
AT Gallery is a simple and easy-to-use gallery plugin for WordPress that allows you to add bulk images to a gallery, display galleries with a shortcode, and show images in a lightbox on the frontend.
Key Features:
– Create galleries using a custom post type.
– Bulk image upload support.
– Manage gallery images in the admin panel with options to remove individual images.
– Display galleries using a simple shortcode [atga id="gallery_id"]
.
– Images open in a lightbox for a smooth user experience.
– Easy to use with a minimal configuration.
Usage
Once activated, you can create galleries by going to the AT Galleries menu item in your WordPress admin. Here’s how to use the plugin:
-
Add a new gallery:
- Go to AT Galleries > Add New.
- Add a title and select the images you want to add to the gallery.
- You can add images using the Select Images button, and you will see them listed with a remove button if you wish to delete individual images.
- The gallery shortcode will be displayed at the top of the editor. Copy the shortcode and paste it into any page, post, or widget.
-
Display the gallery on the frontend:
- Use the shortcode
[atga id="gallery_id"]
whereGALLERY_ID
is the ID of the gallery you want to display. You can find the gallery ID in the URL when editing a gallery.
Example shortcode:
`[atga id=”gallery_id”]“`This will display the gallery with the specified ID.
- Use the shortcode
-
Images open in a lightbox:
- The gallery images will automatically open in a lightbox when clicked, providing a smooth user experience for your visitors.
Developer Notes
- The gallery images are stored as post meta under the key
_at_gallery_images
. - You can use
wp_get_attachment_image()
to display images in the gallery or customize the output to fit your theme’s needs. - The plugin is fully extendable. You can modify the display template by overriding the template in your theme if needed.
License
This plugin is licensed under the GPL-2.0-or-later license. You are free to modify and redistribute it as long as you adhere to the terms of the license.