Easy Gallery allows you to manage multiple image galleries through an easy to use admin interface.
WP Easy Gallery has been updated to v2.7.3! This fix includes important security fixes.
Features include:
- Upload unique thumbnail image and set custom dimensions
- Include multiple galleries on a page/post
- Set the ‘sort order’ of images in the galleries
- ShortCodes for easy content integration
- Spanish Language Support - es (Premium Version/Pro version)
** Tranlation española añadido ** - German Language Support - de (Premium Version/Pro version)
- Unlimited Upgrades
- And much more…
FAQs:
- What is the best way to load images?
- Click the ‘Upload Image’ button
- Select the ‘From Computer’ tab
- Click the ‘Select Files’ button
- Choose the desired image to upload
- After image has completed, click the ‘Insert into post’ button
- Why can’t I add galleries to my site?
- WP Easy Gallery requires PHP 5 to work properly, please check your web hosting configurations.
Also available:
Easy Image Gallery Support
If you need support or have any questions about using this easy image gallery, please visit the FAQ page or contact Support.
Other WP plugins: WP Easy Gallery Pro, Custom Post Donations Pro, Email Obfuscate, Prosperity





hi guys, I have troubles with the Easy Gallery WP plugin. I’ve installed it on my blog, and first it seemed to work really well, it’s the only gallery plugin I’ve seen so far which has exactly the kind of functionality I was looking for. But then I posted another gallery (on the same page). When I click on it, the overlay appears, but isn’t positioned where it should be. It jumps back up to the top of the page, and only when I scroll down I can see the lightbox (which is positioned correctly, overlaying the preview image). Any chance you can help me fix that?
I have made an update that fixes the issue and released it for the community. I have also attached the updated version for you.
Please let me know if you have any other issues with the plugin.
Thanks
hi Tyson! thanks so much for your help with this – that really makes it the perfect gallery plugin!
Hi, is there a better way of uploading images to use with the plugin? uploading and selecting images one by one through the wordpress media manager is too time consuming…. othewise the plugin is great!
Here is the best way to load images for the galleries:
1) Click the ‘Upload Image’ button
2) Select the ‘From Computer’ tab
3) Click the ‘Select Files’ button
4) Choose the desired image to upload
5) After image has completed, click the ‘Insert into post’ button
Let me know if you have any further questions.
Hi,
your great plugin doesn’t work anymore and I think it’s since I changed to WordPress 3.3.2.
Only the thumbnail shows up, but nothing happens, when you klick on it (http://www.eselsohren.at/2012/03/25/die-schonsten-bucher-aus-aller-welt/).
Do other people have the same problem and what else could be the cause?
Thank you
Regards, Werner
Hi again,
as soon as I’ve posted my comment, I remebered that I added the code below in my functions.php.
Since I have deleted it, your plugin works again
Werner
/*
* Automatically move JavaScript code to page footer, speeding up page loading time.
*/
remove_action(‘wp_head’, ‘wp_print_scripts’);
remove_action(‘wp_head’, ‘wp_print_head_scripts’, 9);
remove_action(‘wp_head’, ‘wp_enqueue_scripts’, 1);
add_action(‘wp_footer’, ‘wp_print_scripts’, 5);
add_action(‘wp_footer’, ‘wp_enqueue_scripts’, 5);
add_action(‘wp_footer’, ‘wp_print_head_scripts’, 5);