Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Rocket Galleries

Beschreibung

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.

Screenshots

  • "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've integrated a modal window for adding galleries to your posts/pages easily.
  • Preview of default gallery styling with the Twenty Fourteen theme.

Installation

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’re constantly working on improving. If you’ve a question to ask, feel free to ask it on the Support Forums. You may just get featured here 😉

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„Rocket Galleries“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Rocket Galleries“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

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.