>
Download This Plugin | |
Download Elegant Themes | |
Name | Shuffle |
Version | 0.4.1 |
Author | Scott Taylor |
Rating | 0 |
Last updated | 2012-06-20 10:06:00 |
Downloads |
6768
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Shuffle plugin added 13 bytes of resources to the Home page and 40 bytes of resources to the sample Post page.
Shuffle plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Shuffle plugin ads no tables to your Wordpress blog database.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();
?>
Read more: http://scotty-t.com/2010/11/15/my-first-plugin-shuffle/