Shuffle modifies/improves your Media Library in a number of ways
Shuffle lets you:
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/
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 :)
=&
wherever it was unnecessarily being used, important so no Notices / Errors will not be thrown when error_reporting(-1)