Shuffle

0

Shuffle lets you: Attach an item (Image, Audio, Video) to anything (Post, Page, Custom Post Type, another Attachment)! Use these functions in your Theme to get your re-ordered Media:

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Shuffle lets you:

  1. Attach an item (Image, Audio, Video) to anything (Post, Page, Custom Post Type, another Attachment)!

Use these functions in your Theme to get your re-ordered Media:

<?php
//In the Loop:
get_images();

//Outside of the Loop:
get_images( get_the_ID() );

// Audio
get_audio();

// Video
get_video();

?>

Read more: http://scotty-t.com/2010/11/15/my-first-plugin-shuffle/