Easy Image Gallery

plugin banner

Easily create an image gallery on your posts, pages or any custom post type

Author:DevriX (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:6.1.5
Plugin version:1.5.1
Added to WordPress repository:28-06-2013
Last updated:10-11-2022
Rating, %:92
Rated by:41
Plugin URI:https://devrix.com/
Total downloads:206 436
Active installs:7 000+
plugin download
Click to start download

This plugin allows you to easily create an image gallery on any post, page or custom post type.
Images are can be added and previewed from the metabox. Images can be re-ordered by drag and drop.

About:

There comes a time when you need more flexibility than the standard WP gallery offers, That’s when this plugin steps in.
This plugin’s goal is to make it easy to create a gallery and place it wherever you need.
A perfect example would be to create a product gallery for an ecommerce website and then
have the flexibility to position it where you wanted to match your theme’s design.

Features:

  1. Added the possibility to add two or more different galleries on one page
  2. Drag and drop re-ordering
  3. Add gallery to any post, page or custom post type
  4. If more than one image is added to the gallery, the images become grouped in the lightbox so you can easily view the next one
  5. CSS and JS are only loaded on pages where needed
  6. Images link to larger versions (can be turned off)
  7. Fully Localized (translation ready) with .mo and .po files
  8. Add multiple images to the gallery at once
  9. Uses the thumbnail size specified in Settings -> Media
  10. Custom webfont icon for hover effect

Whats’ New

  1. Added Gutenberg Support
  2. Added New Gallery – Luminous

Usage

Use the shortcode or the function to show the gallery.

Shortcode Usage

Use the following shortcode anywhere in the content area to display the gallery

[easy_image_gallery gallery="XXX"]

Where “XXX” is the ID of the gallery item.

Template Tag Usage

The following template tag is available to display the gallery

if( function_exists( 'easy_image_gallery' ) ) {
    echo easy_image_gallery( "XXX" );
}

Where “XXX” is the ID of the gallery item.

If you use the template tag above, you will need to remove the default content filter:

Developer Friendly

  1. Modify the gallery HTML using filters
  2. Developed with WP Coding Standards
  3. Easily add your preferred lightbox script via hooks and filters
  4. Easily unhook CSS and add your own styling
  5. Pass in a different image size for the thumbnails via filter
  6. Minimalistic markup and styling

Stay up to date

Become a fan on Facebook
https://www.facebook.com/DevriXLtd

Follow us on Twitter
https://twitter.com/wpdevrix


Screenshots
FAQ
ChangeLog