Title: Rocket Galleries
Author: MatthewRuddy
Published: <strong>Igbe 26, 2014</strong>
Last modified: Èbìbí  29, 2016

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/rocket-galleries/assets/banner-772x250.jpg?rev=903189)

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

![](https://s.w.org/plugins/geopattern-icon/rocket-galleries_595959.svg)

# Rocket Galleries

 Láti ọwọ́ [MatthewRuddy](https://profiles.wordpress.org/matthewruddy/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/rocket-galleries.0.2.0.2.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/rocket-galleries/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/rocket-galleries/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/rocket-galleries/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/rocket-galleries/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/rocket-galleries/)

## Àpèjúwe

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](https://github.com/rocket-galleries/rocket-galleries).**

The modern, straight forward interface is built to fit right into the WordPress 
admin area. ItÌtumọ̀ Yorùbá: ’s built to feel like native WordPress functionality,
not a plugin, which is great for impressing clients and instantly feeling familiar
with the pluginÌtumọ̀ Yorùbá: ’s admin area. Simple, just the way we like it.

Rocket Galleries is also developer friendly. WeÌtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’ve also included dozens of filters and actions within 
the pluginÌtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’re hoping to rapidly
develop itÌtumọ̀ Yorùbá: ’s functionality, so feel free to use the [Support Forums](https://wordpress.org/support/rocketgalleries/)
to make feature suggestions and feedback.

## Àwọn àwòrán ìbòjú

 * [[
 * “All Galleries” panel. Manage your galleries from here.
 * [[
 * “Edit Gallery” panel. A beautifully simple interface for managing a gallery.
 * [[
 * Use the WordPress Media Library to add images to your galleries.
 * [[
 * “Edit Settings” panel. Various plugin settings can be managed from here.
 * [[
 * WeÌtumọ̀ Yorùbá: ’ve integrated a modal window for adding galleries to your posts/
   pages easily.
 * [[
 * Preview of default gallery styling with the Twenty Fourteen theme.

## Ìgbéwọlẹ̀

#### 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 ); } ?>
    ```

## FAQ

Nothing here yet, but weÌtumọ̀ Yorùbá: ’re constantly working on improving. If youÌtumọ̀
Yorùbá: ’ve a question to ask, feel free to ask it on the [Support Forums](https://wordpress.org/support/rocketgalleries/).
You may just get featured here 😉

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Rocket Galleries” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

 *   [ MatthewRuddy ](https://profiles.wordpress.org/matthewruddy/)

[Túmọ̀ “Rocket Galleries” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/rocket-galleries)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/rocket-galleries/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/rocket-galleries/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/rocket-galleries/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/rocket-galleries/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 0.2.0.2

 * Testing deployment via SVN command line.

#### 0.2.0.1

 * Testing new deployment strategy.

#### 0.2

 * Gallery class has now been made re-usable. Easily use it to display your own 
   gallery programatically.
 * Added “Link To” option for linking gallery images to Attachment Page, full size
   image, or other custom options.
 * Many more under the hood improvements to prepare the plugin to future plans!

#### 0.1.5

 * Fixed bug that prevented creation of galleries when using PHP v5.2.*.
 * Added some missing localisation.

#### 0.1.4

 * Fixed fatal error on activation when using PHP v5.2.*.

#### 0.1.3

 * Hoping to have fixed some fatal errors on activation.

#### 0.1.2

 * Fixed warning message when resetting the plugin.
 * Fixed gallery item link issue.
 * Added some missing images.

#### 0.1.1

 * Fixed “Welcome” panel links.
 * Some general code improvements.

#### 0.1

 * Initial release.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **0.2.0.2**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 10 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 3.8 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **4.0.38**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/rocket-galleries/)
 * Àwọn àmì
 * [galleries](https://yor.wordpress.org/plugins/tags/galleries/)[gallery](https://yor.wordpress.org/plugins/tags/gallery/)
   [image](https://yor.wordpress.org/plugins/tags/image/)[images](https://yor.wordpress.org/plugins/tags/images/)
   [media](https://yor.wordpress.org/plugins/tags/media/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/rocket-galleries/advanced/)

## Àwọn ìbò

 4 lára àwọn ìràwọ̀ 5.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/rocket-galleries/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/rocket-galleries/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/rocket-galleries/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/rocket-galleries/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/rocket-galleries/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rocket-galleries/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rocket-galleries/reviews/)

## Àwọn Olùkópa

 *   [ MatthewRuddy ](https://profiles.wordpress.org/matthewruddy/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/rocket-galleries/)