WP Gallery Metabox

WP gallery metabox is a wordpress plugin that allow you to add gallery metabox in post or any custom post type.

Author:Hardik Kalathiya (profile at wordpress.org)
WordPress version required:
WordPress version tested:5.4.1
Plugin version:1.0.0
Added to WordPress repository:23-10-2017
Last updated:25-04-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:9
Plugin URI:http://www.kalathiya.me/wp-gallery-metabox
Total downloads:7 472
Active installs:1 000+
plugin download
Click to start download

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.