Multi Image Upload

Multi Image Upload Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 16,267 downloads
Multi Image Upload Icon

Try plugin: Multi Image Upload

We'll create fresh WordPress site with Multi Image Upload installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Multi Image Upload

This plugin adds a meta box to upload multiple images for posts and pages.

7


0


0


0


0

updated: 5 years ago
since: 11 years ago
author: Tahir Yasin

Description

This plugin adds a meta box to upload multiple images for posts and pages. You can enable it for custom post types also, please see installation instructions.

miu_get_images()

This function can be called from any template file to get attached images for the page/post being viewed.
It returns an array of the attached image URL.

It take only one argument:

  1. post_id (integer) to get images linked to a specific post

    http://www.example.com/image-1.png
    [1] => http://www.example.com/image-2.png
    )

    ?>