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

Paged Gallery

外掛說明

It may be useful when you need to attach many images to the same post. This plugin divides your wordpress gallery into several dynamic pages. It can works in two ways: modifying the [gallery] shortcode output or do not affect it when you use [pgallery] shortcode instead. The following settings of the plugin are available: number of images per page, hide or show edit attachment link, and the same as in standard wordpress gallery: number of columns, preview size, link from preview, tags of items, captions and previews, sort order, exclude some attachments.

Note that if you set the plugin to [pgallery] mode then you may use both [gallery] and [pgallery] shortcodes in your blog. For instanse, you may apply another plugin to replace standard [gallery] output. When activating first, the Paged Gallery plugin is set to [gallery] mode.

Sample

Here is a sample of using this plugin Chernihiv Photos.

安裝方式

  1. Upload paged-gallery folder to the plugins directory (usually /wp-content/plugins/).
  2. Activate the plugin through the ‘Plugins’ menu in WordPress, then ‘Paged Gallery’ settings link appears in the Mediafiles submenu.
  3. Set desirable options of the plugin at the Paged Gallery settings page.

常見問題集

How to paste images into a post/page?

Just write [gallery], or [pgallery] (without quotes) in your post, or specify individual settings:
[gallery perpage=”12″ columns=”3″ link=”attachment” id=”123″]
(where 123 is ID of another post with attachments), or
[gallery perpage=”20″ columns=”4″ itemtag=”div” icontag=”span” captiontag=”p” link=”file”]

How to exclude some images from gallery?

Sample: [pgallery exclude="10,11,12"] where 10, 11, 12 are the IDs of images.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

0.7

  • Exclude one or several attachments works now.
  • Corrected a bug in dynamic pages links.

0.6

  • Istallation from WordPress blog admin panel available now.

0.5

  • First public version.