Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Upload Multiple Image

Opis

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)

Slike ekrana

Instalacija

  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

ČPP

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

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“Upload Multiple Image” is open source software. The following people have contributed to this plugin.

Doprinositelji

Zapis promijena

  • First stable release.