I've been searching for an image plugin for a specific task, to no avail. But I was thinking someone on here might know of a suitable solution.
I want to be able to attach a few images to a post (say 2-5 large images, and one separate thumbnail). But have these images seperate from the main content - not embedded within in. Such that, I'd have separate tags to implement them within a template.
(ie. <?php the_content(); ?>, <?php the_images(); ?>, <?php the_thumbnail(); ?>).
Adding images to the post would involve a custom field type arrangement, where you'd click "add images" button, select or upload the images" and they'd be listed.
The output of <?php the_images(); ?> might just be a series of <img src="1"/><img src="2"/><img src="3"/> or wrap each image in li tags in an unordered list.
I figured there might be an image or custom field plugin that would allow something like that, but couldn't find anything. Any help would be appreciated!!