Recently I needed to recreate a specific gallery format in WordPress.
There are probably better ways to go about it, such as custom post types, but I needed something quick and easy.
The main gallery page needed to have a list of “categories” that were represented by images.
I used a WordPress Page that consisted of:
Each “category” was an image that linked to a WordPress Page.
On the category pages, for each gallery item, there needed to be a caption on top of the image, the image with no link, and a description under the image.
For each of … continue reading

