In order to use this plugin, it is a good idea to first implement the Media File Manager plugin from last week.
Let’s say you want to show a collection of photographs on your site, like a Facebook album. There are plugins that allow you to create galleries by selecting a group of images from a list. If you have many images, this can be cumbersome, and if you have to upload new versions of some of the images, you have to re-add them to the gallery.
The Folder Gallery Plugin allows you to create a gallery by pointing it to a folder. The gallery displays all the images in that folder. Here is an example of the plugin in action:
At the bottom of the linked page, you will see the images above lined up in neat rows and columns. To create the album, I simply uploaded all the images to a single directory using cPanel File Manager, and used a single line of code in the WordPress post to display them. Notice (below) how it’s simply the “foldergallery” short code with two parameters, and that’s it, dozens of images spill out of that one line!
The plugin takes care of the rest. Importantly, I didn’t even have to go through WordPress’s Media section in order to upload the photos.
However, if you want to make a gallery of photos already existing on your website, see last week’s post to learn how to consolidate a group of scattered files into a single directory.
This plugin also requires what it calls a “Gallery Engine.” This is just the necessary plugin that pulls up a lightbox when you click on each image. Though it’s too simplistic for me to write a separate post about it, I use the Easy Fancybox plugin for this.
Find more writing and publishing tips at Nothing Any Good.
Victor Davis is the author of one short story collection, Grains of Sand, and is publishing a second book, The Gingerbread Collection, in the spring of 2016. He shares his writing and reading adventures at his blog Mediascover. You can find him on Facebook, Twitter, and Goodreads. His Books & Stories are available on Amazon, Apple iBooks, Smashwords, and Barnes & Noble.