Linux 软件免费装
Banner图

Multi Image Upload

开发者 tahiryasin
更新时间 2019年4月4日 05:38
捐献地址: 去捐款
PHP版本: 2.8 及以上
WordPress版本: 5.1.1
版权: GPLv2 or later

标签

image upload metabox multi

下载

1.1 1.2 2.0

详情介绍:

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.

安装:

  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 miu_get_images() into the loop to get an array of image URLs
  4. Optional
If you need to enable this meta box for your custom post type for example 'book'. Just edit the multi-image-upload.php as shown below Replace: $this->post_types = array('post', 'page'); With: $this->post_types = array('post', 'page', 'book');

屏幕截图:

  • screenshot-1.png

升级注意事项:

NA

常见问题:

Why should I use this plugin?

Use this plugin if you want to quickly add a feature to upload multiple images for a page, post or custom post type.

更新日志:

2.0 1.2 1.1 1.0