>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple Photo Albums |
Version | 1.1.0 |
Author | AudioTheme |
Rating | 100 |
Last updated | 2015-01-22 11:44:00 |
Downloads |
6209
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Simple Photo Albums plugin added 3 bytes of resources to the Home page and 30 bytes of resources to the sample Post page.
Simple Photo Albums plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Simple Photo Albums plugin ads no tables to your Wordpress blog database.Simple Photo Albums turns a group of native gallery shortcodes into photo albums with cover images and allows for advanced integration with scripts like Jetpack's Carousel or Swipebox.
Wrap a group of [gallery]
shortcodes with the [simple_photo_album]
shortcode:
[simple_photo_album]
[gallery ids="1,2,3"]
[gallery ids="4,5,6"]
[gallery ids="7,8,9"]
[/simple_photo_album]
Each gallery becomes an album and requires clicking through to see the actual gallery itself. This example will render the same as [gallery ids="1,4,7"]
, which admittedly isn't very useful.
However, there are a few attributes that may be beneficial and things really shine when paired with third-party scripts like Jetpack's Carousel, Magnific Popup, or Swipebox -- native support is included for all (select one on the Media → Settings screen).
Galleries within the album shortcode may include a gallery_link
attribute to link the cover image to an arbitrary permalink when a third-party script isn't being used:
[gallery ids="1,2,3" gallery_link="http://example.com/gallery-one/"]
By default the first image in each gallery shortcode is used as its cover image and will be included when the gallery is viewed. A manually defined cover can be passed as an additional attribute:
[gallery ids="1,2,3" cover="25"]
Covers can be removed from the galleries entirely using the exclude_covers
attribute on the album shortcode:
[simple_photo_album exclude_covers="1"]
Any display-related attributes that can be used on native gallery shortcodes can also be used on the album shortcode to modify its appearance (itemtag, icontag, captiontag, columns, size).
[simple_photo_album columns="4"]