تفصیل
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/
سکرین شاٹاں
ریویو
There are no reviews for this plugin.
Contributors & Developers
“Shuffle” is open source software. The following people have contributed to this plugin.
حصہ پاوݨ آلے“Shuffle” دا آپݨی زبان وچ ترجمہ کرو۔
ڈیویلپمنٹ وچ دلچسپی ہے؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
تبدیلی لاگ
0.5
- Update the code, remove things that are now in WordPress core
0.4
- Re-wrote the whole thing
0.3
- Removed
=&
wherever it was unnecessarily being used, important so no Notices / Errors will not be thrown whenerror_reporting(-1)
0.2
- get_images() will now exclude the post’s featured image / post thumbnail by default
- all Theme functions will now take query_posts() params as the only argument if desired, ‘and_featured’ => true will force the return of the post thumnbail in the result
0.1
- Initial release