Image Rows

A WordPress plugin that lets you create rows of images easily within your content with one simple shortcode.

Author:Patrick Garman (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.6
Plugin version:1.0.2
Added to WordPress repository:08-08-2013
Last updated:11-08-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:60
Rated by:2
Plugin URI:http://pmgarman.me
Total downloads:3 434
Active installs:100+
plugin download
Click to start download

This plugin allows anyone to easily display images in places you may not want to use a gallery or other currently available methods. Easily create a row of images using the simple shortcode [imagerow] with an attribute of "images" - this attribute should be a comma separated list of image URLs you want to display. You can link the image to another URL by appending the URL to the image URL separating them with a pipe.

Examples 

Three images, none with links.

[imagerow images="http://domain.com/image1.jpg,http://domain.com/image2.jpg,http://domain.com/image3.jpg"]

Two images, one which links to Google and the other without a link.

[imagerow images="http://domain.com/image1.jpg|http://google.com,http://domain.com/image2.jpg"]

Two images, one which links to Google and the other without a link, and a caption under the entire row.

[imagerow images="http://domain.com/image1.jpg|http://google.com,http://domain.com/image2.jpg" caption="Hi there! I'm a caption!"]