WP Manifestindependent plugin directory
manifest / media / wp-gallery-filter

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.zip

A 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

  1. Upload the gallery-filter folder to your WordPress plugins directory
  2. Activate Gallery Filter in Plugins
  3. 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.