這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WordPress Galleria

外掛說明

WordPress Galleria provides a simple way to collect image attachments into a galleria.io image gallery. This plugin uses the Classic theme.

安裝方式

Upload /wpgalleria/ into the /wp-content/plugins/ directory, and activate the plugin through the plugins menu.

Attach images to a page via the media gallery panel. On that page, add the shortcode ‘[wpgalleria]’ and the
attached images will be displayed as an image gallery.

shortcode options: none

formatting gallery contents

The title of an image will be added as the caption in the gallery. By default, this is the name of the image file.

Index links

links to image galleries (as an index) can be generated using another
shortcode: ‘[wpgalleria-index]’, which has the following
options:

  • id the id of the page containing the gallery
  • title or optionally the title of the page containing the galery

  • index can be the title of the image, ‘random’ to pick a random thumbnail, or the numeric index of the image. Default is to pick the first image. This will be displayed as a thumbnail for the gallery link

  • caption ‘true’ to display the caption with the image, or ‘false’ not to. Default is false.

Note that the title of the page will appear as a link to the gallery itself.

常見問題集

Galleria what now?

Galleria is a rather nice and feature-rich javascript image gallery. I am not affiliated in any way with it or its developers, just providing a way to use it in wordpress. Galleria wth the Classic theme is licensed under the MIT license.

How do I change the Galleria settings?

Refer to the Galleria site, then go into the /js/galleria folder inside the plugins folder and do whatever. The script is initialized in /js/main.js

You mean I can’t change settings in the editor?

No. The plugin just provides a shortcode and an interface with post attachments. You’ll have to do it the old fashioned way.

How do I add images to a gallery?

Attach new images to the page with the gallery using the media panel

How do I remove images from the gallery

Unattach images from the page with the gallery using the media panel

How do I change the theme?

This plugin uses the Classic theme, which is free. Refer to the Galleria.io page for their other themes.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WordPress Galleria〉的開發相關工作。

參與者

將〈WordPress Galleria〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

=1.0.1=
* changed echos to returns, fixed rendering errors related to output buffering.*

=0.11=
*updated readme, added screenshots

=0.10=
* did the thing