
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
50+
安裝啟用
—
尚無評分
3885 天前
最後更新
—
問題解決
WordPress 4.2+ v0.5 上架:2010-11-14
內容簡介
Shuffle 讓你可以:
將項目(圖片、音訊、影片)連結到任何內容(文章、頁面、自訂文章型別、其他附件)!
在你的主題中使用這些函數以獲得重新排序的媒體:
<?php
// 在迴圈中:
get_images();
// 迴圈外:
get_images( get_the_ID() );
// 音訊
get_audio();
// 影片
get_video();
?>
了解更多:http://scotty-t.com/2010/11/15/my-first-plugin-shuffle/
外掛標籤
開發者團隊
原文外掛簡介
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:
Read more: http://scotty-t.com/2010/11/15/my-first-plugin-shuffle/
