=== Album of photos from a folder in the Media Library ===
Contributors: hupe13
Tags: albums, Media Library
Tested up to: 7.0
Stable tag: 1.2
Requires at least: 6.2
Requires PHP: 8.2
License: GPLv2 or later
Organize your photos in folders, select a path and display these photos with any gallery shortcode.
== Description ==
Organize your photos in folders, select a path and display these photos with any gallery shortcode.
= HowTo =
* Organize your photos in directories. Store the photos for each album in a subdirectory in the WordPress upload directory. You can use a plugin to do this.
* Import these photos to the Media Library. Maybe your plugin has this function too.
* I use Bulk Media Register to import the photos to the Media Library, which I uploaded before with sftp.
* Use the default `gallery` shortcode or install a plugin to display photos from Media Library, which has a shortcode for this, for example Photonic Gallery & Lightbox for Flickr, SmugMug & Others.
* Configure the name of this shortcode (default `gallery`) and the list option (default `ids`) in admin backend.
* Write your shortcode as usual, omit the list option and use an extra option `path`.
* `path` is a substring of the directory path, for example `holidays25/day1`.
== Installation ==
* Install the plugin in the usual way.
* Go to Settings - Media - Media Album - and get documentation and settings options.
== Changelog ==
### 1.2 / 260324
* Tested up to WordPress 7.0
* PHPStan checks - a few issues have been fixed
### 1.1 / 251113
* Tested with WordPress 6.9
* PCP V 1.7.0 passed
### 1.0 / 250530
* First Release