Shuffle modifies/improves your Media Library in a number of ways
Shuffle modifies/improves your Media Library in a number of ways. Shuffle lets you:
All of these things should already be in WordPress... but they're not!
This plugin is especially useful if you are using WordPress as a CMS and/or have a media-heavy site.
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();
?>
Requires: 3.0 or higher
Compatible up to: 3.0.5
Last Updated: 2011-1-2
Downloads: 4,097
Got something to say? Need help?