Gallery Filter
Filter and display WordPress media attachments by custom categories.
by NexGen Devs · github.com/saikomantisu/wp-gallery-filter · 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/saikomantisu/wp-gallery-filter/archive/refs/heads/main.zipA simple WordPress plugin for creating filtered image galleries with masonry layout.
Features
- Create custom categories for your images
- Easy bulk tagging interface in the admin panel
- Filter galleries by category on the front-end
- Responsive masonry grid layout (3 columns → 2 columns → 1 column)
- Lightbox for viewing full-size images
- Pagination for large galleries
- Instant responsive resizing
Installation
- Upload the
gallery-filterfolder to your WordPress plugins directory - Activate Gallery Filter in Plugins
- Go to Media → Gallery Filter to categorize your images
Usage
Add this shortcode to any page or post:
[gallery_filter]
Customization
You can change the number of images per page:
[gallery_filter per_page="20"]
Support
For questions or issues, please open an issue on GitHub.