Shuffle modifies/improves your Media Library in a number of ways
| Author: | Scott Taylor (profile at wordpress.org) |
| WordPress version required: | 4.2 |
| WordPress version tested: | 4.3 |
| Plugin version: | 0.5 |
| Added to WordPress repository: | 15-11-2010 |
| Last updated: | 30-07-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | |
| Total downloads: | 9 016 |
| Active installs: | 50+ |
![]() Click to start download |
|
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/
