תוסף זה לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס. ייתכן והתוסף כבר לא מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות יותר.

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();

סקירות

There are no reviews for this plugin.

מפתחים

"Upload Multiple Image" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "Upload Multiple Image" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

  • First stable release.