內容簡介
這個外掛允許在文章、頁面或自定義文章中上傳多張圖片。在文章、頁面和自定義文章類型中方便地開啟/關閉圖片上傳選項。此外,您可以使用拖放方式排列圖片順序。
get_miu_images()
此函數可從任何模板文件中調用,以獲取當前頁面/文章的附加圖片。
它將返回一個包含附加圖片網址或附加ID的數組。
此函數僅接受一個參數,默認值為:
post_id(整數)可為特定文章獲取相關聯的圖片或預設為當前文章的圖片
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin allow to upload multiple images for posts, pages or custom post. easy to enable/disable image upload option in post, page and custom post type. Also you can arrange images order using drag and drop.
get_miu_images()
This function can be called from any template file to get attached images for the page/post being viewed.
It returns an array of the attached image URL or attached ID.
It take only one argument and it is default:
post_id (integer) to get images linked to a specific post or default take current post images
