이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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.