This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Upload Multiple Image

توضیحات

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)

عکس‌های صفحه

نصب

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the \’Plugins\’ menu in WordPress
  3. 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();

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Upload Multiple Image” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Upload Multiple Image” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

  • First stable release.