外掛說明
This plugin adds a meta box for multiple images for all posts and pages. please see installation instructions.
Retrive all image using function get_multiple_image($post_id)
螢幕擷圖
安裝方式
- Upload plugin to the
/wp-content/plugins/
directory - Activate the plugin through the \’Plugins\’ menu in WordPress
- To retrieve linked images, Use get_multiple_image() into the loop which return an array of image URLs
常見問題集
Q:How to get all uploaded image for post/page
Ans: Using \”get_multiple_image($post_id)\” function you can retrieve all image uploaded vai this plugin into an array();
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
- First stable release.