Shuffle Wordpress Plugin - Rating, Reviews, Demo & Download

Shuffle Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

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

  1. <p>In your Post library, rollover actions have added to conveniently point you to all of your item's attachments</p>

    In your Post library, rollover actions have added to conveniently point you to all of your item’s attachments

  2. <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>

    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 🙂


Reviews & Comments