Banner for Multi Image Metabox
Add a multi-image metabox to your posts, pages and custom post types Wordpress Tutorial
Noted That:
  • To install correctly this multi-image-metabox.zip .
  • Fisrt Download the multi-image-metabox.zip to your computer
  • Extract/Open multi-image-metabox.zip to Your Computer.
  • Then, Find readme.txt file inside multi-image-metabox.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " multi-image-metabox.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Multi Image Metabox

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Multi Image Metabox

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Multi Image Metabox

Step-5 : Now, Browse " multi-image-metabox.zip " Downloaded plugin from your computer, Where you downloaded " multi-image-metabox.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Multi Image Metabox

Step-6 : Now, Click on " Active Plugin "

Activate Multi Image Metabox

Step-7 : Then, See left Side Menu. " Multi Image Metabox " folder is added on left Side Menu. Now, Click on " Multi Image Metabox " folder.

Noted that: If you do not see " Multi Image Metabox " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Multi Image Metabox Configurations and Settings or How to work " Multi Image Metabox " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Multi Image Metabox " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Multi Image Metabox
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the Multi Image Metabox plugin to your blog and Activate it.

  2. Customize (into the functions.php file of your theme):

    1. If you want to target other post type than PAGE, use the filter hook “images_cpt”
    2. If you want to change the number of image, use the filter hook “list_images”
  3. Retrieve the linked images in your theme using the functions :

    1. Use get_images_ids() into the loop to get an array of attachment’s ID
    2. Use get_images_src(‘size’) into the loop to get an array of attachment’s URI & dimensions for the quiered size
    3. Use get_multi_images_src(‘size1?,’size2’) into the loop to get an array of attachment’s URI & dimensions for 2 differents size
  4. Enjoy ^^ (report to developper section to view the returned datas)


Name