विवरण
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();
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
Translate “Upload Multiple Image” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
- First stable release.