Photo Album – Albums, Carousel, Portfolio Gallery

0

Easy to set up and easy to use photo gallery that lets you create facebook style Image gallery for your wordpress based Blog or website. Albums can be displayed on pages or post with sh

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Easy to set up and easy to use photo gallery that lets you create facebook style Image gallery for your wordpress based Blog or website. Albums can be displayed on pages or post with shortcode [apg_gallery]

Features of the plugin include:

  • Portfolio Gallery
  • Albums Carousel
  • Photos Carousel
  • Display Albums
  • Display Individual Albums
  • Exclude Certain Albums from gallery
  • Include certain Albums in gallery
  • Display Photos as portfolio or filterable with Album
  • Ability to display as grid or slider

Shortcodes

  • Show a Gallery Grid view : [apg_gallery]

  • Exclude certain albums in gallery view : [apg_gallery exclude=1,2,3]

  • Show certain albums in gallery view : [apg_gallery only=1,2,3]

  • Show album carousel : [apg_gallery type=slider] (This shortcode will also accept exclude or only attribute), you can also pass settings attributes [apg_gallery type=slider autoplay=true show_dots=true show_arrows=false slides_to_scroll=4 slides_to_show=4]

Show images in certain album:

  • Show images grid view: [apg_album id=1]

  • Show a different image size for image thumbnail: [apg_album id=1 img_size=thumbnail]

  • Change layout with shortcode (Layout from the album settings will be used by default):
    [apg_album id=1 layout=grid]
    [apg_album id=1 layout=slider]
    [apg_album id=1 layout=slider_multi]

  • You can also overwrite other settings from shortcode attributes:

[apg_album id=1 autoplay=false show_dots=true show_arrows=false slides_to_scroll=1 slides_to_show=3]

Show Filterable / Portfolio Gallery : [apg_filterable]

  • You can exclude certain albums : [apg_filterable exclude=1,2,3]

  • You can show images from certain albums : [apg_filterable only=1,2,3]