Shuffle Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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:
<?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/
Screenshots
-
In your Post library, rollover actions have added to conveniently point you to all of your item’s attachments
-
You can now attach an attachment to ANYTHING, why not another attachment! Since all we are doing is setting post_parent, and attachments are Posts in the database, it is now easy to manage your associations. We also make sure you can’t attach an attachment to itself 🙂