Mô tả
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)
Cài đặt
- 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
Hỏi đáp
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();
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Upload Multiple Image” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Upload Multiple Image” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
- First stable release.