=== WP Gallery Metabox === Contributors: hk1993 Donate link: https://mrkalathiya.wordpress.com/ Tags: gallery metabox, wp multiple image upload, allow multiple image, gallery in post, post gallery Requires at least: Any version Tested up to: 5.4 Stable tag: 5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WP gallery metabox is a wordpress plugin that allow you to add gallery metabox in post or any custom post type. == Description == WP gallery metabox plugin allows user to add multiple images to particular post or any custom post type, User may add gallery in post or custom post type. Plugin allows user to change particular image or remove particular images from gallery. User need to first allow post or custom post type from setting page. There are two options provided with this plugin i.e. 1) Dashboard > Setting > WP gallery metabox check post or custom post type for add gallary metabox. == To get image id’s use following code: == get_post_meta(get_the_ID(), 'vdw_gallery_id'); == Website == https://mrkalathiya.wordpress.com/ = Features = * Allow to attached multiple image into post or custom post type. * User may change particular image from gallery metabox. * User may remove particular image from gallery metabox. * Add gallery metabox in post or any custom post type dynamically. * Just just need to check post or custom post type from setting page. == Installation == 1. Upload `wp-gallery-metabox` to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Goto Dashboard > Setting > WP gallery metabox and check post or custom post type for add gallary metabox. OR 1. Goto dashboard > plugin > Add New > select `wp-gallery-metabox.zip` file. 2. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = How to installation WP Gallery Metabox plugin = 1. Upload `wp-gallery-metabox` to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Goto Dashboard > Setting > WP gallery metabox and check post or custom post type for add gallary metabox. OR 1. Goto dashboard > plugin > Add New > select `wp-gallery-metabox.zip` file. 2. Activate the plugin through the 'Plugins' menu in WordPress. = How to add WP Gallery Metabox in post or custom post type = - Goto Dashboard > Setting > WP gallery metabox and check post or custom post type for add gallary metabox. == Changelog == = 1.0 = Launched