Rocket Galleries is the gallery manager WordPress never had. Easily create and manage galleries from one intuitive panel within WordPress. Simple, easy to use, and lightweight. Some of the features include:
- Lightweight, with no Javascript needed and minimal CSS at less than 0.3kb!
- Bulk image uploading, integrated with new WordPress Media Library
- A built in template loader, allowing you to create your own gallery templates for your theme
- Developer friendly, with huge scope for customization using built-in actions & filters
Follow & contribute to this plugin on Github.
The modern, straight forward interface is built to fit right into the WordPress admin area. It's built to feel like native WordPress functionality, not a plugin, which is great for impressing clients and instantly feeling familiar with the plugin's admin area. Simple, just the way we like it.
Rocket Galleries is also developer friendly. We've made it easy to integrate the plugin with your theme by including a template loader. This allows you to create your own gallery templates and use your own HTML, CSS and Javascript easily. We've also included dozens of filters and actions within the plugin's code, allowing you to hook into the core and create your own Rocket Galleries extensions. The possibilities are limitless!
Last but not least, Rocket Galleries is a very new plugin, so we look forward to your feedback. Over the next couple of months we're hoping to rapidly develop it's functionality, so feel free to use the
Support Forums to make feature suggestions and feedback.
Display a gallery
To display a gallery, you can use any of the following methods. In each example, replace the "1" with the ID of the gallery you wish to display.
In a post/page:
Simply insert the shortcode below into the post/page.
[rocketgalleries id="1"]
In your theme:
To insert a gallery in your theme, add the following code to the appropriate theme file.
<?php if ( function_exists( "rocketgalleries" ) ) { rocketgalleries( 1 ); } ?>