Dette plugin er ikke blevet testet med de seneste 3 større udgivelser af WordPress. Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer, når det bruges med nyere versioner af WordPress.

Image

Upload Multiple Image

Beskrivelse

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)

Skærmbilleder

  • Image
  • Image

Installation

  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

FAQ

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

Anmeldelser

Der er ingen anmeldelser for denne widget.

Bidragsydere & udviklere

“Upload Multiple Image” er open source-software. Følgende personer har bidraget til dette plugin.

Bidragsydere

Ændringslog

  • First stable release.