Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

DS Simple Gallery

Beskrivning

Gallery plugin with custom post type to manage albums and galleries.

This plugin allows to add Galleries, Albums, Images. This plugin creates a custom post type for gallery. The galleries or albums can be shown on posts, pages using short code. Admin can change lightbox effect from the settings panel.

General Features

  • Create Albums.
  • Create Galleries.
  • Bulk Upload Images.
  • Select from various lightbox effects.
  • Show gallery/album on post or page with short code.

Skärmdumpar

  • screenshot-1.jpg
  • screenshot-2.jpg
  • screenshot-3.jpg
  • screenshot-4.jpg

Installation

The automatic plugin installer should work for most people. Manual installation is easy and takes fewer than five minutes.

  1. Download the plugin, unpack it and upload the ’ds-simple-gallery’ folder to your wp-content/plugins directory.
  2. Activate the plugin through the ’Plugins’ menu in WordPress.
  3. Go to Galllery Settings. There tabs are given for various settings.

To show album on post or page use shortcode: [wrsgallery].
To show particular gallery on post or page use shortcode: [wrsgallery id=1].

To use the plugin in theme file, use below code:

do_shortcode(”[wrsgallery]”);

Vanliga frågor

How to use this in post page?

To show album on post or page use shortcode: [wrsgallery].
To show particular gallery on post or page use shortcode: [wrsgallery id=1].

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”DS Simple Gallery” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”DS Simple Gallery” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.0

  • This is first release.