Shuffle Shuffle

Shuffle

Created by: Scott Taylor

Rating:
Downloaded: 8k times

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/

Screenshots

  • <p>In your Post library, rollover actions have added to conveniently point you to all of your item's attachments</p>
  • <p>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 :)</p>

Categories

Get New Themes & Resources