=== Multiple Images Field ===
Contributors: delightstar, satonyan, cibea
Tags: featured image, thumbnails
Requires at least: 5.0
Tested up to: 6.1.1
Requires PHP: 7.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add a field for setting multiple images to posts screen.

== Description ==

Multiple Images Field is a plugin to add a filed that allows you to set multiple images to posts screen.

It becomes available by making the following settings from "Settings" and writing the function for Multiple Images Field on the theme template.

- Enabled post types
- Maximum image count
- Whether to register the first image as a featured image.

Refer to the following help page for the use of functions.
[https://github.com/delight-star/multiple-images-field/wiki/How-to-Use](https://github.com/delight-star/multiple-images-field/wiki/How-to-Use)

== Installation ==

1. Upload "Multiple Images Field" directory to /wp-content/plugins/.
2. Activate this plugin from "Plugin" menu.
3. Select "Multiple Image Field" from "setting" menu and make the necessary settings.

== Screenshots ==

1. Posts Page
2. Settings Page
3. Add the above PHP code to the theme template.

== Changelog ==

= 1.0 =
- Initial release.