=== CS Multiple Image Import ===
Contributors: catchsquare
Tags: image importer, wordpress image importer, multiple image importer, multiple images import with attributes
Requires at least: 4.7
Tested up to: 4.9
Stable tag: 1.0
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=contact%40catchsquare%2ecom&lc=US&item_name=CS%20Multiple%20Image%20Import&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A simple plugin to read the zip file with the images and its attributes to import in WordPress Media.

== Description ==

CS Multiple Image Import is a simple plugin which enables you to import a zip file containing images and its attributes in excel file to be uploaded in WordPress Media Manager.
This simple plugin is very effective to upload multiple images with image title, image description, image caption and alt tag all at once which needs to be stored in excel format.
To read the excel file, we have used <a href="https://github.com/nuovo/spreadsheet-reader">https://github.com/nuovo/spreadsheet-reader</a>


== Installation ==

1. Put the plug-in folder `cs-multiple-image-import` into [wordpress_dir]/wp-content/plugins/ or go to plugins in backend menu and upload the zip file.
2. Go into the WordPress Plugin interface and activate the plugin
3. Search for CS Image Import menu link
4. Create a zip file with images and excel file (you can find the sample zip in the plugin home page. The Column Heading of the excel file should be exactly same as mentioned in the sample excel file.)
5. Choose the zip to import.
6. Click `Save` button

Have fun!!!

== Screenshot ==
1. 1 **Backend Setting**

== Changelog ==
= 1.0 =
Initial version