Minialbum is a very simple plug-in for Wordpress that adds a small photo album for up to 25 images in a post. The layout is fixed, but the look can be completely styled using CSS. The plug-in requires no database tables to work; all information it needs to work is stored on the filesystem and in a post’s custom tags.
Minialbum is not a full-featured gallery. It can only handle a fixed layout, and has a fixed number of 25 image slots. No more, no less. Though you can leave slots empty if you don’t have 25 images and a single image can occupy either 1 or 4 image slots (see the demo).


















After downloading, upzipping and copying the qixis-minialbum.php to Wordpress’ plug-ins folder (wp-content/pugins), activate the plug-in using the Wordpress administration panel.
When the plug-in is activated it scans all posts for the tag ‘<minialbum>’ and inserts the photo album in its place. One minialbum per post is supported.
For more information about the required file layout and styling using CSS, please read the manual.